Html Css Color HEX #CB6344 Dark Coral

📋 copy color: '#CB6344'

red 203 ◦ green 99 ◦ blue 68

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

Shades of Dark Coral #CB6344

Tints of Dark Coral #CB6344

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.76%

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

R = 54.86%
G = 26.76%
B = 18.38%

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

#CB6344 (or 0xCB6344) is known color: Dark Coral. HEX triplet: CB, 63 and 44. RGB value is (203,99,68). Sum of RGB (Red+Green+Blue) = 203+99+68=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 99 (39.06% from 255 or 26.76% from 370); Blue value is 68 (26.95% from 255 or 18.38% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6344 is #349CBB. Grayscale: #7E7E7E. Windows color (decimal): -3447996 or 4481995. OLE color: 4481995.

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

Color convert

RGB 203 99 68 -
CMYK 0 0.51 0.67 0.20
HSL 13.78º 0.56% 0.53% -
HSV(B) 13.78º 0.67% 0.8% -
XYZ 30.13 22.04 8.13 -
YUV 126.56 94.96 182.52 -
System Red Green Blue C M Y K H S L
Decimal 203 99 68 0 0.51 0.67 0.20 13.78 0.56 0.53
Hex CB 63 44 0 33 43 14 E 38 35
Octal 313 143 104 0 63 103 24 16 70 65
Binary 11001011 1100011 1000100 0 110011 1000011 10100 1110 111000 110101

Color Harmonies of #CB6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6344

Black with #CB6344

Text Example


Text Example

White with #CB6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6344; }

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

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

background-color css

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

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

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

border-color css

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

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

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