Html Css Color HEX #CB6047 Dark Coral

📋 copy color: '#CB6047'

red 203 ◦ green 96 ◦ blue 71

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

Shades of Dark Coral #CB6047

Tints of Dark Coral #CB6047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 54.86%
G = 25.95%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB6047 (or 0xCB6047) is known color: Dark Coral. HEX triplet: CB, 60 and 47. RGB value is (203,96,71). Sum of RGB (Red+Green+Blue) = 203+96+71=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6047 is #349FB8. Grayscale: #7D7D7D. Windows color (decimal): -3448761 or 4677835. OLE color: 4677835.

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

Color convert

RGB 203 96 71 -
CMYK 0 0.53 0.65 0.20
HSL 11.36º 0.56% 0.54% -
HSV(B) 11.36º 0.65% 0.8% -
XYZ 29.95 21.52 8.54 -
YUV 125.14 97.45 183.53 -
System Red Green Blue C M Y K H S L
Decimal 203 96 71 0 0.53 0.65 0.20 11.36 0.56 0.54
Hex CB 60 47 0 35 41 14 B 38 36
Octal 313 140 107 0 65 101 24 13 70 66
Binary 11001011 1100000 1000111 0 110101 1000001 10100 1011 111000 110110

Color Harmonies of #CB6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6047

Black with #CB6047

Text Example


Text Example

White with #CB6047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6047; }

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

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

background-color css

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

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

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

border-color css

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

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

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