Html Css Color HEX #CB5B44 Dark Coral

📋 copy color: '#CB5B44'

red 203 ◦ green 91 ◦ blue 68

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

Shades of Dark Coral #CB5B44

Tints of Dark Coral #CB5B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.78%

R = 56.08%
G = 25.14%
B = 18.78%

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

#CB5B44 (or 0xCB5B44) is known color: Dark Coral. HEX triplet: CB, 5B and 44. RGB value is (203,91,68). Sum of RGB (Red+Green+Blue) = 203+91+68=362 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.08% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 68 (26.95% from 255 or 18.78% from 362); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5B44 is #34A4BB. Grayscale: #7A7A7A. Windows color (decimal): -3450044 or 4479947. OLE color: 4479947.

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

Color convert

RGB 203 91 68 -
CMYK 0 0.55 0.67 0.20
HSL 10.22º 0.56% 0.53% -
HSV(B) 10.22º 0.67% 0.8% -
XYZ 29.41 20.6 7.89 -
YUV 121.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 203 91 68 0 0.55 0.67 0.20 10.22 0.56 0.53
Hex CB 5B 44 0 37 43 14 A 38 35
Octal 313 133 104 0 67 103 24 12 70 65
Binary 11001011 1011011 1000100 0 110111 1000011 10100 1010 111000 110101

Color Harmonies of #CB5B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B44

Black with #CB5B44

Text Example


Text Example

White with #CB5B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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