Html Css Color HEX #CE537B Cranberry

📋 copy color: '#CE537B'

red 206 ◦ green 83 ◦ blue 123

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

Shades of Cranberry #CE537B

Tints of Cranberry #CE537B

RGB

 RED value IS 206 (80.86% from 255) = 50%

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

 BLUE value IS 123 (48.44% from 255) = 29.85%

R = 50%
G = 20.15%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#CE537B (or 0xCE537B) is known color: Cranberry. HEX triplet: CE, 53 and 7B. RGB value is (206,83,123). Sum of RGB (Red+Green+Blue) = 206+83+123=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CE537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE537B is #31AC84. Grayscale: #7C7C7C. Windows color (decimal): -3255429 or 8082382. OLE color: 8082382.

HSL color Cylindrical-coordinate representation of color #CE537B: hue angle of 340.49º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE537B is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 83 123 -
CMYK 0 0.60 0.40 0.19
HSL 340.49º 0.56% 0.57% -
HSV(B) 340.49º 0.6% 0.81% -
XYZ 32.12 20.74 21.05 -
YUV 124.34 127.25 186.25 -
System Red Green Blue C M Y K H S L
Decimal 206 83 123 0 0.60 0.40 0.19 340.49 0.56 0.57
Hex CE 53 7B 0 3C 28 13 154 38 39
Octal 316 123 173 0 74 50 23 524 70 71
Binary 11001110 1010011 1111011 0 111100 101000 10011 101010100 111000 111001

Color Harmonies of #CE537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE537B

Black with #CE537B

Text Example


Text Example

White with #CE537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE537B; }

 p { color: rgb(206,83,123); }

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

background-color css

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

 a { background-color: rgb(206,83,123); }

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

border-color css

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

 span { border-color: rgb(206,83,123); }

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