Html Css Color HEX #CB537D Cranberry

📋 copy color: '#CB537D'

red 203 ◦ green 83 ◦ blue 125

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

Shades of Cranberry #CB537D

Tints of Cranberry #CB537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.19%

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

R = 49.39%
G = 20.19%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.20

RGB Variations

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

Color information

#CB537D (or 0xCB537D) is known color: Cranberry. HEX triplet: CB, 53 and 7D. RGB value is (203,83,125). Sum of RGB (Red+Green+Blue) = 203+83+125=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 83 (32.81% from 255 or 20.19% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CB537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB537D is #34AC82. Grayscale: #7B7B7B. Windows color (decimal): -3452035 or 8213451. OLE color: 8213451.

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

Color convert

RGB 203 83 125 -
CMYK 0 0.59 0.38 0.20
HSL 339º 0.54% 0.56% -
HSV(B) 339º 0.59% 0.8% -
XYZ 31.42 20.36 21.68 -
YUV 123.67 128.76 184.58 -
System Red Green Blue C M Y K H S L
Decimal 203 83 125 0 0.59 0.38 0.20 339 0.54 0.56
Hex CB 53 7D 0 3B 26 14 153 36 38
Octal 313 123 175 0 73 46 24 523 66 70
Binary 11001011 1010011 1111101 0 111011 100110 10100 101010011 110110 111000

Color Harmonies of #CB537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB537D

Black with #CB537D

Text Example


Text Example

White with #CB537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB537D; }

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

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

background-color css

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

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

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

border-color css

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

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

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