Html Css Color HEX #CB597D Cranberry

📋 copy color: '#CB597D'

red 203 ◦ green 89 ◦ blue 125

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

Shades of Cranberry #CB597D

Tints of Cranberry #CB597D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.34%

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 48.68%
G = 21.34%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB597D (or 0xCB597D) is known color: Cranberry. HEX triplet: CB, 59 and 7D. RGB value is (203,89,125). Sum of RGB (Red+Green+Blue) = 203+89+125=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB597D is #34A682. Grayscale: #7F7F7F. Windows color (decimal): -3450499 or 8214987. OLE color: 8214987.

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

Color convert

RGB 203 89 125 -
CMYK 0 0.56 0.38 0.20
HSL 341.05º 0.52% 0.57% -
HSV(B) 341.05º 0.56% 0.8% -
XYZ 31.9 21.32 21.84 -
YUV 127.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 203 89 125 0 0.56 0.38 0.20 341.05 0.52 0.57
Hex CB 59 7D 0 38 26 14 155 34 39
Octal 313 131 175 0 70 46 24 525 64 71
Binary 11001011 1011001 1111101 0 111000 100110 10100 101010101 110100 111001

Color Harmonies of #CB597D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB597D

Black with #CB597D

Text Example


Text Example

White with #CB597D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB597D; }

 p { color: rgb(203,89,125); }

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

background-color css

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

 a { background-color: rgb(203,89,125); }

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

border-color css

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

 span { border-color: rgb(203,89,125); }

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