Html Css Color HEX #CB6447 Dark Coral

📋 copy color: '#CB6447'

red 203 ◦ green 100 ◦ blue 71

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

Shades of Dark Coral #CB6447

Tints of Dark Coral #CB6447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.74%

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

R = 54.28%
G = 26.74%
B = 18.98%

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

#CB6447 (or 0xCB6447) is known color: Dark Coral. HEX triplet: CB, 64 and 47. RGB value is (203,100,71). Sum of RGB (Red+Green+Blue) = 203+100+71=374 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.28% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 71 (28.12% from 255 or 18.98% from 374); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6447 is #349BB8. Grayscale: #7F7F7F. Windows color (decimal): -3447737 or 4678859. OLE color: 4678859.

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

Color convert

RGB 203 100 71 -
CMYK 0 0.51 0.65 0.20
HSL 13.18º 0.56% 0.54% -
HSV(B) 13.18º 0.65% 0.8% -
XYZ 30.32 22.27 8.66 -
YUV 127.49 96.12 181.86 -
System Red Green Blue C M Y K H S L
Decimal 203 100 71 0 0.51 0.65 0.20 13.18 0.56 0.54
Hex CB 64 47 0 33 41 14 D 38 36
Octal 313 144 107 0 63 101 24 15 70 66
Binary 11001011 1100100 1000111 0 110011 1000001 10100 1101 111000 110110

Color Harmonies of #CB6447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6447

Black with #CB6447

Text Example


Text Example

White with #CB6447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6447; }

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

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

background-color css

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

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

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

border-color css

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

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

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