Html Css Color HEX #CF6345 Dark Coral

📋 copy color: '#CF6345'

red 207 ◦ green 99 ◦ blue 69

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

Shades of Dark Coral #CF6345

Tints of Dark Coral #CF6345

RGB

 RED value IS 207 (81.25% from 255) = 55.2%

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

 BLUE value IS 69 (27.34% from 255) = 18.4%

R = 55.2%
G = 26.4%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF6345 (or 0xCF6345) is known color: Dark Coral. HEX triplet: CF, 63 and 45. RGB value is (207,99,69). Sum of RGB (Red+Green+Blue) = 207+99+69=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 69 (27.34% from 255 or 18.4% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6345 is #309CBA. Grayscale: #808080. Windows color (decimal): -3185851 or 4547535. OLE color: 4547535.

HSL color Cylindrical-coordinate representation of color #CF6345: hue angle of 13.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF6345 is Cyan = 0, Magento = 0.52, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 99 69 -
CMYK 0 0.52 0.67 0.19
HSL 13.04º 0.59% 0.54% -
HSV(B) 13.04º 0.67% 0.81% -
XYZ 31.27 22.62 8.35 -
YUV 127.87 94.78 184.44 -
System Red Green Blue C M Y K H S L
Decimal 207 99 69 0 0.52 0.67 0.19 13.04 0.59 0.54
Hex CF 63 45 0 34 43 13 D 3B 36
Octal 317 143 105 0 64 103 23 15 73 66
Binary 11001111 1100011 1000101 0 110100 1000011 10011 1101 111011 110110

Color Harmonies of #CF6345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6345

Black with #CF6345

Text Example


Text Example

White with #CF6345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6345; }

 p { color: rgb(207,99,69); }

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

background-color css

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

 a { background-color: rgb(207,99,69); }

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

border-color css

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

 span { border-color: rgb(207,99,69); }

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