Html Css Color HEX #CB6347 Dark Coral

📋 copy color: '#CB6347'

red 203 ◦ green 99 ◦ blue 71

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

Shades of Dark Coral #CB6347

Tints of Dark Coral #CB6347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.54%

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

R = 54.42%
G = 26.54%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB6347 (or 0xCB6347) is known color: Dark Coral. HEX triplet: CB, 63 and 47. RGB value is (203,99,71). Sum of RGB (Red+Green+Blue) = 203+99+71=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6347 is #349CB8. Grayscale: #7F7F7F. Windows color (decimal): -3447993 or 4678603. OLE color: 4678603.

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

Color convert

RGB 203 99 71 -
CMYK 0 0.51 0.65 0.20
HSL 12.73º 0.56% 0.54% -
HSV(B) 12.73º 0.65% 0.8% -
XYZ 30.23 22.08 8.63 -
YUV 126.9 96.46 182.28 -
System Red Green Blue C M Y K H S L
Decimal 203 99 71 0 0.51 0.65 0.20 12.73 0.56 0.54
Hex CB 63 47 0 33 41 14 D 38 36
Octal 313 143 107 0 63 101 24 15 70 66
Binary 11001011 1100011 1000111 0 110011 1000001 10100 1101 111000 110110

Color Harmonies of #CB6347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6347

Black with #CB6347

Text Example


Text Example

White with #CB6347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6347; }

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

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

background-color css

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

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

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

border-color css

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

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

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