Html Css Color HEX #CA4477 Cranberry

📋 copy color: '#CA4477'

red 202 ◦ green 68 ◦ blue 119

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

Shades of Cranberry #CA4477

Tints of Cranberry #CA4477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 119 (46.88% from 255) = 30.59%

R = 51.93%
G = 17.48%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CA4477 (or 0xCA4477) is known color: Cranberry. HEX triplet: CA, 44 and 77. RGB value is (202,68,119). Sum of RGB (Red+Green+Blue) = 202+68+119=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4477 is #35BB88. Grayscale: #717171. Windows color (decimal): -3521417 or 7816394. OLE color: 7816394.

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

Color convert

RGB 202 68 119 -
CMYK 0 0.66 0.41 0.21
HSL 337.16º 0.56% 0.53% -
HSV(B) 337.16º 0.66% 0.79% -
XYZ 29.75 18.02 19.36 -
YUV 113.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 202 68 119 0 0.66 0.41 0.21 337.16 0.56 0.53
Hex CA 44 77 0 42 29 15 151 38 35
Octal 312 104 167 0 102 51 25 521 70 65
Binary 11001010 1000100 1110111 0 1000010 101001 10101 101010001 111000 110101

Color Harmonies of #CA4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4477

Black with #CA4477

Text Example


Text Example

White with #CA4477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4477; }

 p { color: rgb(202,68,119); }

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

background-color css

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

 a { background-color: rgb(202,68,119); }

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

border-color css

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

 span { border-color: rgb(202,68,119); }

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