Html Css Color HEX #CB4677 Cranberry

📋 copy color: '#CB4677'

red 203 ◦ green 70 ◦ blue 119

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

Shades of Cranberry #CB4677

Tints of Cranberry #CB4677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.86%

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

R = 51.79%
G = 17.86%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB4677 (or 0xCB4677) is known color: Cranberry. HEX triplet: CB, 46 and 77. RGB value is (203,70,119). Sum of RGB (Red+Green+Blue) = 203+70+119=392 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.79% from 392); Green value is 70 (27.73% from 255 or 17.86% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4677 is #34B988. Grayscale: #737373. Windows color (decimal): -3455369 or 7816907. OLE color: 7816907.

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

Color convert

RGB 203 70 119 -
CMYK 0 0.66 0.41 0.20
HSL 337.89º 0.56% 0.54% -
HSV(B) 337.89º 0.66% 0.8% -
XYZ 30.15 18.41 19.42 -
YUV 115.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 203 70 119 0 0.66 0.41 0.20 337.89 0.56 0.54
Hex CB 46 77 0 42 29 14 152 38 36
Octal 313 106 167 0 102 51 24 522 70 66
Binary 11001011 1000110 1110111 0 1000010 101001 10100 101010010 111000 110110

Color Harmonies of #CB4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4677

Black with #CB4677

Text Example


Text Example

White with #CB4677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4677; }

 p { color: rgb(203,70,119); }

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

background-color css

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

 a { background-color: rgb(203,70,119); }

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

border-color css

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

 span { border-color: rgb(203,70,119); }

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