Html Css Color HEX #CF846D Burning Sand

📋 copy color: '#CF846D'

red 207 ◦ green 132 ◦ blue 109

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

Shades of Burning Sand #CF846D

Tints of Burning Sand #CF846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.46%

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 46.21%
G = 29.46%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF846D (or 0xCF846D) is known color: Burning Sand. HEX triplet: CF, 84 and 6D. RGB value is (207,132,109). Sum of RGB (Red+Green+Blue) = 207+132+109=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF846D is #307B92. Grayscale: #979797. Windows color (decimal): -3177363 or 7177423. OLE color: 7177423.

HSL color Cylindrical-coordinate representation of color #CF846D: hue angle of 14.08º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF846D is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 132 109 -
CMYK 0 0.36 0.47 0.19
HSL 14.08º 0.51% 0.62% -
HSV(B) 14.08º 0.47% 0.81% -
XYZ 36.74 30.87 18.49 -
YUV 151.8 103.85 167.37 -
System Red Green Blue C M Y K H S L
Decimal 207 132 109 0 0.36 0.47 0.19 14.08 0.51 0.62
Hex CF 84 6D 0 24 2F 13 E 33 3E
Octal 317 204 155 0 44 57 23 16 63 76
Binary 11001111 10000100 1101101 0 100100 101111 10011 1110 110011 111110

Color Harmonies of #CF846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF846D

Black with #CF846D

Text Example


Text Example

White with #CF846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF846D; }

 p { color: rgb(207,132,109); }

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

background-color css

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

 a { background-color: rgb(207,132,109); }

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

border-color css

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

 span { border-color: rgb(207,132,109); }

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