Html Css Color HEX #CB5646 Dark Coral

📋 copy color: '#CB5646'

red 203 ◦ green 86 ◦ blue 70

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

Shades of Dark Coral #CB5646

Tints of Dark Coral #CB5646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

 BLUE value IS 70 (27.73% from 255) = 19.5%

R = 56.55%
G = 23.96%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB5646 (or 0xCB5646) is known color: Dark Coral. HEX triplet: CB, 56 and 46. RGB value is (203,86,70). Sum of RGB (Red+Green+Blue) = 203+86+70=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 70 (27.73% from 255 or 19.50% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5646 is #34A9B9. Grayscale: #777777. Windows color (decimal): -3451322 or 4609739. OLE color: 4609739.

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

Color convert

RGB 203 86 70 -
CMYK 0 0.58 0.66 0.20
HSL 7.22º 0.56% 0.54% -
HSV(B) 7.22º 0.66% 0.8% -
XYZ 29.06 19.79 8.08 -
YUV 119.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 203 86 70 0 0.58 0.66 0.20 7.22 0.56 0.54
Hex CB 56 46 0 3A 42 14 7 38 36
Octal 313 126 106 0 72 102 24 7 70 66
Binary 11001011 1010110 1000110 0 111010 1000010 10100 111 111000 110110

Color Harmonies of #CB5646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5646

Black with #CB5646

Text Example


Text Example

White with #CB5646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5646; }

 p { color: rgb(203,86,70); }

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

background-color css

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

 a { background-color: rgb(203,86,70); }

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

border-color css

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

 span { border-color: rgb(203,86,70); }

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