Html Css Color HEX #CB5B47 Dark Coral

📋 copy color: '#CB5B47'

red 203 ◦ green 91 ◦ blue 71

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

Shades of Dark Coral #CB5B47

Tints of Dark Coral #CB5B47

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

 BLUE value IS 71 (28.13% from 255) = 19.45%

R = 55.62%
G = 24.93%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB5B47 (or 0xCB5B47) is known color: Dark Coral. HEX triplet: CB, 5B and 47. RGB value is (203,91,71). Sum of RGB (Red+Green+Blue) = 203+91+71=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 71 (28.12% from 255 or 19.45% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B47 is #34A4B8. Grayscale: #7A7A7A. Windows color (decimal): -3450041 or 4676555. OLE color: 4676555.

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

Color convert

RGB 203 91 71 -
CMYK 0 0.55 0.65 0.20
HSL 9.09º 0.56% 0.54% -
HSV(B) 9.09º 0.65% 0.8% -
XYZ 29.51 20.63 8.39 -
YUV 122.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 203 91 71 0 0.55 0.65 0.20 9.09 0.56 0.54
Hex CB 5B 47 0 37 41 14 9 38 36
Octal 313 133 107 0 67 101 24 11 70 66
Binary 11001011 1011011 1000111 0 110111 1000001 10100 1001 111000 110110

Color Harmonies of #CB5B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B47

Black with #CB5B47

Text Example


Text Example

White with #CB5B47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B47; }

 p { color: rgb(203,91,71); }

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

background-color css

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

 a { background-color: rgb(203,91,71); }

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

border-color css

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

 span { border-color: rgb(203,91,71); }

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