Html Css Color HEX #CB5946 Dark Coral

📋 copy color: '#CB5946'

red 203 ◦ green 89 ◦ blue 70

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

Shades of Dark Coral #CB5946

Tints of Dark Coral #CB5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.59%

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

R = 56.08%
G = 24.59%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB5946 (or 0xCB5946) is known color: Dark Coral. HEX triplet: CB, 59 and 46. RGB value is (203,89,70). Sum of RGB (Red+Green+Blue) = 203+89+70=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 70 (27.73% from 255 or 19.34% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5946 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5946 is #34A6B9. Grayscale: #797979. Windows color (decimal): -3450554 or 4610507. OLE color: 4610507.

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

Color convert

RGB 203 89 70 -
CMYK 0 0.56 0.66 0.20
HSL 8.57º 0.56% 0.54% -
HSV(B) 8.57º 0.66% 0.8% -
XYZ 29.31 20.28 8.16 -
YUV 120.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 203 89 70 0 0.56 0.66 0.20 8.57 0.56 0.54
Hex CB 59 46 0 38 42 14 9 38 36
Octal 313 131 106 0 70 102 24 11 70 66
Binary 11001011 1011001 1000110 0 111000 1000010 10100 1001 111000 110110

Color Harmonies of #CB5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5946

Black with #CB5946

Text Example


Text Example

White with #CB5946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5946; }

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

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

background-color css

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

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

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

border-color css

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

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

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