Html Css Color HEX #CB5B43 Dark Coral

📋 copy color: '#CB5B43'

red 203 ◦ green 91 ◦ blue 67

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

Shades of Dark Coral #CB5B43

Tints of Dark Coral #CB5B43

RGB

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

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

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

R = 56.23%
G = 25.21%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB5B43 (or 0xCB5B43) is known color: Dark Coral. HEX triplet: CB, 5B and 43. RGB value is (203,91,67). Sum of RGB (Red+Green+Blue) = 203+91+67=361 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.23% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B43 is #34A4BC. Grayscale: #797979. Windows color (decimal): -3450045 or 4414411. OLE color: 4414411.

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

Color convert

RGB 203 91 67 -
CMYK 0 0.55 0.67 0.20
HSL 10.59º 0.57% 0.53% -
HSV(B) 10.59º 0.67% 0.8% -
XYZ 29.38 20.58 7.73 -
YUV 121.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 203 91 67 0 0.55 0.67 0.20 10.59 0.57 0.53
Hex CB 5B 43 0 37 43 14 B 39 35
Octal 313 133 103 0 67 103 24 13 71 65
Binary 11001011 1011011 1000011 0 110111 1000011 10100 1011 111001 110101

Color Harmonies of #CB5B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B43

Black with #CB5B43

Text Example


Text Example

White with #CB5B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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