Html Css Color HEX #CB4476 Cranberry

📋 copy color: '#CB4476'

red 203 ◦ green 68 ◦ blue 118

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

Shades of Cranberry #CB4476

Tints of Cranberry #CB4476

RGB

 RED value IS 203 (79.69% from 255) = 52.19%

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

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

R = 52.19%
G = 17.48%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB4476 (or 0xCB4476) is known color: Cranberry. HEX triplet: CB, 44 and 76. RGB value is (203,68,118). Sum of RGB (Red+Green+Blue) = 203+68+118=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4476 is #34BB89. Grayscale: #727272. Windows color (decimal): -3455882 or 7750859. OLE color: 7750859.

HSL color Cylindrical-coordinate representation of color #CB4476: hue angle of 337.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB4476 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 68 118 -
CMYK 0 0.67 0.42 0.20
HSL 337.78º 0.56% 0.53% -
HSV(B) 337.78º 0.67% 0.8% -
XYZ 29.97 18.14 19.06 -
YUV 114.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 203 68 118 0 0.67 0.42 0.20 337.78 0.56 0.53
Hex CB 44 76 0 43 2A 14 152 38 35
Octal 313 104 166 0 103 52 24 522 70 65
Binary 11001011 1000100 1110110 0 1000011 101010 10100 101010010 111000 110101

Color Harmonies of #CB4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4476

Black with #CB4476

Text Example


Text Example

White with #CB4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4476; }

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

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

background-color css

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

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

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

border-color css

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

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

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