Html Css Color HEX #CB597E Cranberry

📋 copy color: '#CB597E'

red 203 ◦ green 89 ◦ blue 126

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

Shades of Cranberry #CB597E

Tints of Cranberry #CB597E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 48.56%
G = 21.29%
B = 30.14%

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

#CB597E (or 0xCB597E) is known color: Cranberry. HEX triplet: CB, 59 and 7E. RGB value is (203,89,126). Sum of RGB (Red+Green+Blue) = 203+89+126=418 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.56% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 203 - color contains mainly: red. Hex color #CB597E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB597E is #34A681. Grayscale: #7F7F7F. Windows color (decimal): -3450498 or 8280523. OLE color: 8280523.

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

Color convert

RGB 203 89 126 -
CMYK 0 0.56 0.38 0.20
HSL 340.53º 0.52% 0.57% -
HSV(B) 340.53º 0.56% 0.8% -
XYZ 31.97 21.35 22.17 -
YUV 127.3 127.27 181.99 -
System Red Green Blue C M Y K H S L
Decimal 203 89 126 0 0.56 0.38 0.20 340.53 0.52 0.57
Hex CB 59 7E 0 38 26 14 155 34 39
Octal 313 131 176 0 70 46 24 525 64 71
Binary 11001011 1011001 1111110 0 111000 100110 10100 101010101 110100 111001

Color Harmonies of #CB597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB597E

Black with #CB597E

Text Example


Text Example

White with #CB597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB597E; }

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

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

background-color css

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

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

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

border-color css

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

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

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