Html Css Color HEX #CB4074 Cranberry

📋 copy color: '#CB4074'

red 203 ◦ green 64 ◦ blue 116

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

Shades of Cranberry #CB4074

Tints of Cranberry #CB4074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 53%
G = 16.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB4074 (or 0xCB4074) is known color: Cranberry. HEX triplet: CB, 40 and 74. RGB value is (203,64,116). Sum of RGB (Red+Green+Blue) = 203+64+116=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 64 (25.39% from 255 or 16.71% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4074 is #34BF8B. Grayscale: #6F6F6F. Windows color (decimal): -3456908 or 7618763. OLE color: 7618763.

HSL color Cylindrical-coordinate representation of color #CB4074: hue angle of 337.55º 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 #CB4074 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 64 116 -
CMYK 0 0.68 0.43 0.20
HSL 337.55º 0.57% 0.52% -
HSV(B) 337.55º 0.68% 0.8% -
XYZ 29.61 17.62 18.36 -
YUV 111.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 203 64 116 0 0.68 0.43 0.20 337.55 0.57 0.52
Hex CB 40 74 0 44 2B 14 152 39 34
Octal 313 100 164 0 104 53 24 522 71 64
Binary 11001011 1000000 1110100 0 1000100 101011 10100 101010010 111001 110100

Color Harmonies of #CB4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4074

Black with #CB4074

Text Example


Text Example

White with #CB4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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