Html Css Color HEX #CB5745 Dark Coral

📋 copy color: '#CB5745'

red 203 ◦ green 87 ◦ blue 69

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

Shades of Dark Coral #CB5745

Tints of Dark Coral #CB5745

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

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

R = 56.55%
G = 24.23%
B = 19.22%

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

#CB5745 (or 0xCB5745) is known color: Dark Coral. HEX triplet: CB, 57 and 45. RGB value is (203,87,69). Sum of RGB (Red+Green+Blue) = 203+87+69=359 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.55% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 69 (27.34% from 255 or 19.22% from 359); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5745 is #34A8BA. Grayscale: #777777. Windows color (decimal): -3451067 or 4544459. OLE color: 4544459.

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

Color convert

RGB 203 87 69 -
CMYK 0 0.57 0.66 0.20
HSL 8.06º 0.56% 0.53% -
HSV(B) 8.06º 0.66% 0.8% -
XYZ 29.11 19.94 7.95 -
YUV 119.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 203 87 69 0 0.57 0.66 0.20 8.06 0.56 0.53
Hex CB 57 45 0 39 42 14 8 38 35
Octal 313 127 105 0 71 102 24 10 70 65
Binary 11001011 1010111 1000101 0 111001 1000010 10100 1000 111000 110101

Color Harmonies of #CB5745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5745

Black with #CB5745

Text Example


Text Example

White with #CB5745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5745; }

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

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

background-color css

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

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

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

border-color css

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

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

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