Html Css Color HEX #CB597C Cranberry

📋 copy color: '#CB597C'

red 203 ◦ green 89 ◦ blue 124

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

Shades of Cranberry #CB597C

Tints of Cranberry #CB597C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.81%

R = 48.8%
G = 21.39%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CB597C (or 0xCB597C) is known color: Cranberry. HEX triplet: CB, 59 and 7C. RGB value is (203,89,124). Sum of RGB (Red+Green+Blue) = 203+89+124=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB597C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB597C is #34A683. Grayscale: #7F7F7F. Windows color (decimal): -3450500 or 8149451. OLE color: 8149451.

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

Color convert

RGB 203 89 124 -
CMYK 0 0.56 0.39 0.20
HSL 341.58º 0.52% 0.57% -
HSV(B) 341.58º 0.56% 0.8% -
XYZ 31.84 21.3 21.5 -
YUV 127.08 126.27 182.15 -
System Red Green Blue C M Y K H S L
Decimal 203 89 124 0 0.56 0.39 0.20 341.58 0.52 0.57
Hex CB 59 7C 0 38 27 14 156 34 39
Octal 313 131 174 0 70 47 24 526 64 71
Binary 11001011 1011001 1111100 0 111000 100111 10100 101010110 110100 111001

Color Harmonies of #CB597C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB597C

Black with #CB597C

Text Example


Text Example

White with #CB597C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB597C; }

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

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

background-color css

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

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

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

border-color css

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

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

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