Html Css Color HEX #CA4476 Cranberry

📋 copy color: '#CA4476'

red 202 ◦ green 68 ◦ blue 118

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

Shades of Cranberry #CA4476

Tints of Cranberry #CA4476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.41%

R = 52.06%
G = 17.53%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA4476 (or 0xCA4476) is known color: Cranberry. HEX triplet: CA, 44 and 76. RGB value is (202,68,118). Sum of RGB (Red+Green+Blue) = 202+68+118=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4476 is #35BB89. Grayscale: #717171. Windows color (decimal): -3521418 or 7750858. OLE color: 7750858.

HSL color Cylindrical-coordinate representation of color #CA4476: hue angle of 337.61º 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 #CA4476 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 118 -
CMYK 0 0.66 0.42 0.21
HSL 337.61º 0.56% 0.53% -
HSV(B) 337.61º 0.66% 0.79% -
XYZ 29.69 18 19.05 -
YUV 113.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 202 68 118 0 0.66 0.42 0.21 337.61 0.56 0.53
Hex CA 44 76 0 42 2A 15 152 38 35
Octal 312 104 166 0 102 52 25 522 70 65
Binary 11001010 1000100 1110110 0 1000010 101010 10101 101010010 111000 110101

Color Harmonies of #CA4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4476

Black with #CA4476

Text Example


Text Example

White with #CA4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4476; }

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

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

background-color css

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

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

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

border-color css

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

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

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