Html Css Color HEX #CB5445 Dark Coral

📋 copy color: '#CB5445'

red 203 ◦ green 84 ◦ blue 69

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

Shades of Dark Coral #CB5445

Tints of Dark Coral #CB5445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 57.02%
G = 23.6%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#CB5445 (or 0xCB5445) is known color: Dark Coral. HEX triplet: CB, 54 and 45. RGB value is (203,84,69). Sum of RGB (Red+Green+Blue) = 203+84+69=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 69 (27.34% from 255 or 19.38% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5445 is #34ABBA. Grayscale: #767676. Windows color (decimal): -3451835 or 4543691. OLE color: 4543691.

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

Color convert

RGB 203 84 69 -
CMYK 0 0.59 0.66 0.20
HSL 6.72º 0.56% 0.53% -
HSV(B) 6.72º 0.66% 0.8% -
XYZ 28.87 19.47 7.87 -
YUV 117.87 100.42 188.72 -
System Red Green Blue C M Y K H S L
Decimal 203 84 69 0 0.59 0.66 0.20 6.72 0.56 0.53
Hex CB 54 45 0 3B 42 14 7 38 35
Octal 313 124 105 0 73 102 24 7 70 65
Binary 11001011 1010100 1000101 0 111011 1000010 10100 111 111000 110101

Color Harmonies of #CB5445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5445

Black with #CB5445

Text Example


Text Example

White with #CB5445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5445; }

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

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

background-color css

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

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

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

border-color css

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

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

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