Html Css Color HEX #CB4375 Cranberry

📋 copy color: '#CB4375'

red 203 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #CB4375

Tints of Cranberry #CB4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.31%

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 52.45%
G = 17.31%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CB4375 (or 0xCB4375) is known color: Cranberry. HEX triplet: CB, 43 and 75. RGB value is (203,67,117). Sum of RGB (Red+Green+Blue) = 203+67+117=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4375 is #34BC8A. Grayscale: #717171. Windows color (decimal): -3456139 or 7685067. OLE color: 7685067.

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

Color convert

RGB 203 67 117 -
CMYK 0 0.67 0.42 0.20
HSL 337.94º 0.57% 0.53% -
HSV(B) 337.94º 0.67% 0.8% -
XYZ 29.85 18 18.73 -
YUV 113.36 130.06 191.93 -
System Red Green Blue C M Y K H S L
Decimal 203 67 117 0 0.67 0.42 0.20 337.94 0.57 0.53
Hex CB 43 75 0 43 2A 14 152 39 35
Octal 313 103 165 0 103 52 24 522 71 65
Binary 11001011 1000011 1110101 0 1000011 101010 10100 101010010 111001 110101

Color Harmonies of #CB4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4375

Black with #CB4375

Text Example


Text Example

White with #CB4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4375; }

 p { color: rgb(203,67,117); }

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

background-color css

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

 a { background-color: rgb(203,67,117); }

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

border-color css

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

 span { border-color: rgb(203,67,117); }

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