Html Css Color HEX #CB4977 Cranberry

📋 copy color: '#CB4977'

red 203 ◦ green 73 ◦ blue 119

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

Shades of Cranberry #CB4977

Tints of Cranberry #CB4977

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.48%

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

R = 51.39%
G = 18.48%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#CB4977 (or 0xCB4977) is known color: Cranberry. HEX triplet: CB, 49 and 77. RGB value is (203,73,119). Sum of RGB (Red+Green+Blue) = 203+73+119=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 73 (28.91% from 255 or 18.48% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4977 is #34B688. Grayscale: #757575. Windows color (decimal): -3454601 or 7817675. OLE color: 7817675.

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

Color convert

RGB 203 73 119 -
CMYK 0 0.64 0.41 0.20
HSL 338.77º 0.56% 0.54% -
HSV(B) 338.77º 0.64% 0.8% -
XYZ 30.34 18.79 19.48 -
YUV 117.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 203 73 119 0 0.64 0.41 0.20 338.77 0.56 0.54
Hex CB 49 77 0 40 29 14 153 38 36
Octal 313 111 167 0 100 51 24 523 70 66
Binary 11001011 1001001 1110111 0 1000000 101001 10100 101010011 111000 110110

Color Harmonies of #CB4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4977

Black with #CB4977

Text Example


Text Example

White with #CB4977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4977; }

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

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

background-color css

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

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

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

border-color css

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

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

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