Html Css Color HEX #CB5645 Dark Coral

📋 copy color: '#CB5645'

red 203 ◦ green 86 ◦ blue 69

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

Shades of Dark Coral #CB5645

Tints of Dark Coral #CB5645

RGB

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

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

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

R = 56.7%
G = 24.02%
B = 19.27%

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

#CB5645 (or 0xCB5645) is known color: Dark Coral. HEX triplet: CB, 56 and 45. RGB value is (203,86,69). Sum of RGB (Red+Green+Blue) = 203+86+69=358 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.70% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 69 (27.34% from 255 or 19.27% from 358); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5645 is #34A9BA. Grayscale: #777777. Windows color (decimal): -3451323 or 4544203. OLE color: 4544203.

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

Color convert

RGB 203 86 69 -
CMYK 0 0.58 0.66 0.20
HSL 7.61º 0.56% 0.53% -
HSV(B) 7.61º 0.66% 0.8% -
XYZ 29.03 19.78 7.92 -
YUV 119.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 203 86 69 0 0.58 0.66 0.20 7.61 0.56 0.53
Hex CB 56 45 0 3A 42 14 8 38 35
Octal 313 126 105 0 72 102 24 10 70 65
Binary 11001011 1010110 1000101 0 111010 1000010 10100 1000 111000 110101

Color Harmonies of #CB5645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5645

Black with #CB5645

Text Example


Text Example

White with #CB5645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5645; }

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

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

background-color css

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

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

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

border-color css

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

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

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