Html Css Color HEX #CB5844 Dark Coral

📋 copy color: '#CB5844'

red 203 ◦ green 88 ◦ blue 68

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

Shades of Dark Coral #CB5844

Tints of Dark Coral #CB5844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 56.55%
G = 24.51%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5844 (or 0xCB5844) is known color: Dark Coral. HEX triplet: CB, 58 and 44. RGB value is (203,88,68). Sum of RGB (Red+Green+Blue) = 203+88+68=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5844 is #34A7BB. Grayscale: #787878. Windows color (decimal): -3450812 or 4479179. OLE color: 4479179.

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

Color convert

RGB 203 88 68 -
CMYK 0 0.57 0.67 0.20
HSL 8.89º 0.56% 0.53% -
HSV(B) 8.89º 0.67% 0.8% -
XYZ 29.16 20.09 7.81 -
YUV 120.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 203 88 68 0 0.57 0.67 0.20 8.89 0.56 0.53
Hex CB 58 44 0 39 43 14 9 38 35
Octal 313 130 104 0 71 103 24 11 70 65
Binary 11001011 1011000 1000100 0 111001 1000011 10100 1001 111000 110101

Color Harmonies of #CB5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5844

Black with #CB5844

Text Example


Text Example

White with #CB5844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5844; }

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

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

background-color css

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

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

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

border-color css

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

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

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