Html Css Color HEX #CB5845 Dark Coral

📋 copy color: '#CB5845'

red 203 ◦ green 88 ◦ blue 69

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

Shades of Dark Coral #CB5845

Tints of Dark Coral #CB5845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.44%

 BLUE value IS 69 (27.34% from 255) = 19.17%

R = 56.39%
G = 24.44%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB5845 (or 0xCB5845) is known color: Dark Coral. HEX triplet: CB, 58 and 45. RGB value is (203,88,69). Sum of RGB (Red+Green+Blue) = 203+88+69=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5845 is #34A7BA. Grayscale: #787878. Windows color (decimal): -3450811 or 4544715. OLE color: 4544715.

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

Color convert

RGB 203 88 69 -
CMYK 0 0.57 0.66 0.20
HSL 8.51º 0.56% 0.53% -
HSV(B) 8.51º 0.66% 0.8% -
XYZ 29.19 20.11 7.97 -
YUV 120.22 99.1 187.04 -
System Red Green Blue C M Y K H S L
Decimal 203 88 69 0 0.57 0.66 0.20 8.51 0.56 0.53
Hex CB 58 45 0 39 42 14 9 38 35
Octal 313 130 105 0 71 102 24 11 70 65
Binary 11001011 1011000 1000101 0 111001 1000010 10100 1001 111000 110101

Color Harmonies of #CB5845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5845

Black with #CB5845

Text Example


Text Example

White with #CB5845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5845; }

 p { color: rgb(203,88,69); }

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

background-color css

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

 a { background-color: rgb(203,88,69); }

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

border-color css

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

 span { border-color: rgb(203,88,69); }

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