Html Css Color HEX #CB5B45 Dark Coral

📋 copy color: '#CB5B45'

red 203 ◦ green 91 ◦ blue 69

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

Shades of Dark Coral #CB5B45

Tints of Dark Coral #CB5B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

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

R = 55.92%
G = 25.07%
B = 19.01%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB5B45 (or 0xCB5B45) is known color: Dark Coral. HEX triplet: CB, 5B and 45. RGB value is (203,91,69). Sum of RGB (Red+Green+Blue) = 203+91+69=363 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.92% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B45 is #34A4BA. Grayscale: #7A7A7A. Windows color (decimal): -3450043 or 4545483. OLE color: 4545483.

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

Color convert

RGB 203 91 69 -
CMYK 0 0.55 0.66 0.20
HSL 9.85º 0.56% 0.53% -
HSV(B) 9.85º 0.66% 0.8% -
XYZ 29.44 20.61 8.06 -
YUV 121.98 98.11 185.79 -
System Red Green Blue C M Y K H S L
Decimal 203 91 69 0 0.55 0.66 0.20 9.85 0.56 0.53
Hex CB 5B 45 0 37 42 14 A 38 35
Octal 313 133 105 0 67 102 24 12 70 65
Binary 11001011 1011011 1000101 0 110111 1000010 10100 1010 111000 110101

Color Harmonies of #CB5B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B45

Black with #CB5B45

Text Example


Text Example

White with #CB5B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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