Html Css Color HEX #CB4A77 Cranberry

📋 copy color: '#CB4A77'

red 203 ◦ green 74 ◦ blue 119

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

Shades of Cranberry #CB4A77

Tints of Cranberry #CB4A77

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.69%

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

R = 51.26%
G = 18.69%
B = 30.05%

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

#CB4A77 (or 0xCB4A77) is known color: Cranberry. HEX triplet: CB, 4A and 77. RGB value is (203,74,119). Sum of RGB (Red+Green+Blue) = 203+74+119=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 74 (29.30% from 255 or 18.69% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A77 is #34B588. Grayscale: #757575. Windows color (decimal): -3454345 or 7817931. OLE color: 7817931.

HSL color Cylindrical-coordinate representation of color #CB4A77: hue angle of 339.07º degrees, saturation: 0.55, 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 #CB4A77 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 74 119 -
CMYK 0 0.64 0.41 0.20
HSL 339.07º 0.55% 0.54% -
HSV(B) 339.07º 0.64% 0.8% -
XYZ 30.41 18.93 19.5 -
YUV 117.7 128.74 188.84 -
System Red Green Blue C M Y K H S L
Decimal 203 74 119 0 0.64 0.41 0.20 339.07 0.55 0.54
Hex CB 4A 77 0 40 29 14 153 37 36
Octal 313 112 167 0 100 51 24 523 67 66
Binary 11001011 1001010 1110111 0 1000000 101001 10100 101010011 110111 110110

Color Harmonies of #CB4A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A77

Black with #CB4A77

Text Example


Text Example

White with #CB4A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A77; }

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

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

background-color css

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

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

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

border-color css

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

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

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