Html Css Color HEX #CB537F Cranberry

📋 copy color: '#CB537F'

red 203 ◦ green 83 ◦ blue 127

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

Shades of Cranberry #CB537F

Tints of Cranberry #CB537F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.75%

R = 49.15%
G = 20.1%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#CB537F (or 0xCB537F) is known color: Cranberry. HEX triplet: CB, 53 and 7F. RGB value is (203,83,127). Sum of RGB (Red+Green+Blue) = 203+83+127=413 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.15% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 203 - color contains mainly: red. Hex color #CB537F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB537F is #34AC80. Grayscale: #7B7B7B. Windows color (decimal): -3452033 or 8344523. OLE color: 8344523.

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

Color convert

RGB 203 83 127 -
CMYK 0 0.59 0.37 0.20
HSL 338º 0.54% 0.56% -
HSV(B) 338º 0.59% 0.8% -
XYZ 31.55 20.42 22.36 -
YUV 123.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 203 83 127 0 0.59 0.37 0.20 338 0.54 0.56
Hex CB 53 7F 0 3B 25 14 152 36 38
Octal 313 123 177 0 73 45 24 522 66 70
Binary 11001011 1010011 1111111 0 111011 100101 10100 101010010 110110 111000

Color Harmonies of #CB537F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB537F

Black with #CB537F

Text Example


Text Example

White with #CB537F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB537F; }

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

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

background-color css

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

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

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

border-color css

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

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

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