Html Css Color HEX #CB4079 Cranberry

📋 copy color: '#CB4079'

red 203 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #CB4079

Tints of Cranberry #CB4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.49%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 52.32%
G = 16.49%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB4079 (or 0xCB4079) is known color: Cranberry. HEX triplet: CB, 40 and 79. RGB value is (203,64,121). Sum of RGB (Red+Green+Blue) = 203+64+121=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4079 is #34BF86. Grayscale: #6F6F6F. Windows color (decimal): -3456903 or 7946443. OLE color: 7946443.

HSL color Cylindrical-coordinate representation of color #CB4079: hue angle of 335.4º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB4079 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 64 121 -
CMYK 0 0.68 0.40 0.20
HSL 335.4º 0.57% 0.52% -
HSV(B) 335.4º 0.68% 0.8% -
XYZ 29.91 17.74 19.94 -
YUV 112.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 203 64 121 0 0.68 0.40 0.20 335.4 0.57 0.52
Hex CB 40 79 0 44 28 14 14F 39 34
Octal 313 100 171 0 104 50 24 517 71 64
Binary 11001011 1000000 1111001 0 1000100 101000 10100 101001111 111001 110100

Color Harmonies of #CB4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4079

Black with #CB4079

Text Example


Text Example

White with #CB4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4079; }

 p { color: rgb(203,64,121); }

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

background-color css

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

 a { background-color: rgb(203,64,121); }

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

border-color css

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

 span { border-color: rgb(203,64,121); }

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