Html Css Color HEX #CB5E4C Dark Coral

📋 copy color: '#CB5E4C'

red 203 ◦ green 94 ◦ blue 76

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

Shades of Dark Coral #CB5E4C

Tints of Dark Coral #CB5E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.2%

 BLUE value IS 76 (30.08% from 255) = 20.38%

R = 54.42%
G = 25.2%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB5E4C (or 0xCB5E4C) is known color: Dark Coral. HEX triplet: CB, 5E and 4C. RGB value is (203,94,76). Sum of RGB (Red+Green+Blue) = 203+94+76=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 76 (30.08% from 255 or 20.38% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5E4C is #34A1B3. Grayscale: #7C7C7C. Windows color (decimal): -3449268 or 5005003. OLE color: 5005003.

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

Color convert

RGB 203 94 76 -
CMYK 0 0.54 0.63 0.20
HSL 8.5º 0.55% 0.55% -
HSV(B) 8.5º 0.63% 0.8% -
XYZ 29.94 21.22 9.36 -
YUV 124.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 203 94 76 0 0.54 0.63 0.20 8.5 0.55 0.55
Hex CB 5E 4C 0 36 3F 14 9 37 37
Octal 313 136 114 0 66 77 24 11 67 67
Binary 11001011 1011110 1001100 0 110110 111111 10100 1001 110111 110111

Color Harmonies of #CB5E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E4C

Black with #CB5E4C

Text Example


Text Example

White with #CB5E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E4C; }

 p { color: rgb(203,94,76); }

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

background-color css

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

 a { background-color: rgb(203,94,76); }

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

border-color css

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

 span { border-color: rgb(203,94,76); }

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