Html Css Color HEX #CB5D4A Dark Coral

📋 copy color: '#CB5D4A'

red 203 ◦ green 93 ◦ blue 74

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

Shades of Dark Coral #CB5D4A

Tints of Dark Coral #CB5D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.14%

 BLUE value IS 74 (29.3% from 255) = 20%

R = 54.86%
G = 25.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB5D4A (or 0xCB5D4A) is known color: Dark Coral. HEX triplet: CB, 5D and 4A. RGB value is (203,93,74). Sum of RGB (Red+Green+Blue) = 203+93+74=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5D4A is #34A2B5. Grayscale: #7B7B7B. Windows color (decimal): -3449526 or 4873675. OLE color: 4873675.

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

Color convert

RGB 203 93 74 -
CMYK 0 0.54 0.64 0.20
HSL 8.84º 0.55% 0.54% -
HSV(B) 8.84º 0.64% 0.8% -
XYZ 29.78 21.02 8.97 -
YUV 123.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 203 93 74 0 0.54 0.64 0.20 8.84 0.55 0.54
Hex CB 5D 4A 0 36 40 14 9 37 36
Octal 313 135 112 0 66 100 24 11 67 66
Binary 11001011 1011101 1001010 0 110110 1000000 10100 1001 110111 110110

Color Harmonies of #CB5D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5D4A

Black with #CB5D4A

Text Example


Text Example

White with #CB5D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5D4A; }

 p { color: rgb(203,93,74); }

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

background-color css

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

 a { background-color: rgb(203,93,74); }

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

border-color css

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

 span { border-color: rgb(203,93,74); }

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