Html Css Color HEX #CB6444 Dark Coral

📋 copy color: '#CB6444'

red 203 ◦ green 100 ◦ blue 68

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

Shades of Dark Coral #CB6444

Tints of Dark Coral #CB6444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.95%

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

R = 54.72%
G = 26.95%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB6444 (or 0xCB6444) is known color: Dark Coral. HEX triplet: CB, 64 and 44. RGB value is (203,100,68). Sum of RGB (Red+Green+Blue) = 203+100+68=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6444 is #349BBB. Grayscale: #7F7F7F. Windows color (decimal): -3447740 or 4482251. OLE color: 4482251.

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

Color convert

RGB 203 100 68 -
CMYK 0 0.51 0.67 0.20
HSL 14.22º 0.56% 0.53% -
HSV(B) 14.22º 0.67% 0.8% -
XYZ 30.23 22.23 8.17 -
YUV 127.15 94.62 182.1 -
System Red Green Blue C M Y K H S L
Decimal 203 100 68 0 0.51 0.67 0.20 14.22 0.56 0.53
Hex CB 64 44 0 33 43 14 E 38 35
Octal 313 144 104 0 63 103 24 16 70 65
Binary 11001011 1100100 1000100 0 110011 1000011 10100 1110 111000 110101

Color Harmonies of #CB6444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6444

Black with #CB6444

Text Example


Text Example

White with #CB6444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6444; }

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

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

background-color css

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

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

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

border-color css

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

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

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