Html Css Color HEX #CB5043 Dark Coral

📋 copy color: '#CB5043'

red 203 ◦ green 80 ◦ blue 67

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

Shades of Dark Coral #CB5043

Tints of Dark Coral #CB5043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.86%

 BLUE value IS 67 (26.56% from 255) = 19.14%

R = 58%
G = 22.86%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5043 (or 0xCB5043) is known color: Dark Coral. HEX triplet: CB, 50 and 43. RGB value is (203,80,67). Sum of RGB (Red+Green+Blue) = 203+80+67=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5043 is #34AFBC. Grayscale: #737373. Windows color (decimal): -3452861 or 4411595. OLE color: 4411595.

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

Color convert

RGB 203 80 67 -
CMYK 0 0.61 0.67 0.20
HSL 5.74º 0.57% 0.53% -
HSV(B) 5.74º 0.67% 0.8% -
XYZ 28.51 18.84 7.44 -
YUV 115.3 100.75 190.56 -
System Red Green Blue C M Y K H S L
Decimal 203 80 67 0 0.61 0.67 0.20 5.74 0.57 0.53
Hex CB 50 43 0 3D 43 14 6 39 35
Octal 313 120 103 0 75 103 24 6 71 65
Binary 11001011 1010000 1000011 0 111101 1000011 10100 110 111001 110101

Color Harmonies of #CB5043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5043

Black with #CB5043

Text Example


Text Example

White with #CB5043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5043; }

 p { color: rgb(203,80,67); }

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

background-color css

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

 a { background-color: rgb(203,80,67); }

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

border-color css

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

 span { border-color: rgb(203,80,67); }

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