Html Css Color HEX #CA5881 Cranberry

📋 copy color: '#CA5881'

red 202 ◦ green 88 ◦ blue 129

#CA5881
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #CA5881

Tints of Cranberry #CA5881

RGB

 RED value IS 202 (79.3% from 255) = 48.21%

 GREEN value IS 88 (34.77% from 255) = 21%

 BLUE value IS 129 (50.78% from 255) = 30.79%

R = 48.21%
G = 21%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CA5881 (or 0xCA5881) is known color: Cranberry. HEX triplet: CA, 58 and 81. RGB value is (202,88,129). Sum of RGB (Red+Green+Blue) = 202+88+129=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5881 is #35A77E. Grayscale: #7E7E7E. Windows color (decimal): -3516287 or 8476874. OLE color: 8476874.

HSL color Cylindrical-coordinate representation of color #CA5881: hue angle of 338.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CA5881 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 88 129 -
CMYK 0 0.56 0.36 0.21
HSL 338.42º 0.52% 0.57% -
HSV(B) 338.42º 0.56% 0.79% -
XYZ 31.81 21.12 23.17 -
YUV 126.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 202 88 129 0 0.56 0.36 0.21 338.42 0.52 0.57
Hex CA 58 81 0 38 24 15 152 34 39
Octal 312 130 201 0 70 44 25 522 64 71
Binary 11001010 1011000 10000001 0 111000 100100 10101 101010010 110100 111001

Color Harmonies of #CA5881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5881

Black with #CA5881

Text Example


Text Example

White with #CA5881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5881; }

 p { color: rgb(202,88,129); }

 H1.HeaderClassName
 {
   color: #CA5881;
 }
 .AnyTagClassName
 {
   color: #CA5881;
 }
</style>

background-color css

<style>
 a { background-color: #CA5881; }

 a { background-color: rgb(202,88,129); }

 div.DivClassName
 {
   background-color: #CA5881;
 }
 .BgClassName
 {
   background-color: #CA5881;
 }
</style>

border-color css

<style>
 span { border-color: #CA5881; }

 span { border-color: rgb(202,88,129); }

 td.TdClassName
 {
   border-color: #CA5881;
 }
 .TagClassName
 {
   border-color: #CA5881;
 }
</style>