Html Css Color HEX #CF855D Burning Sand

📋 copy color: '#CF855D'

red 207 ◦ green 133 ◦ blue 93

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

Shades of Burning Sand #CF855D

Tints of Burning Sand #CF855D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 47.81%
G = 30.72%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF855D (or 0xCF855D) is known color: Burning Sand. HEX triplet: CF, 85 and 5D. RGB value is (207,133,93). Sum of RGB (Red+Green+Blue) = 207+133+93=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF855D is #307AA2. Grayscale: #969696. Windows color (decimal): -3177123 or 6129103. OLE color: 6129103.

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

Color convert

RGB 207 133 93 -
CMYK 0 0.36 0.55 0.19
HSL 21.05º 0.54% 0.59% -
HSV(B) 21.05º 0.55% 0.81% -
XYZ 36.1 30.83 14.4 -
YUV 150.57 95.52 168.25 -
System Red Green Blue C M Y K H S L
Decimal 207 133 93 0 0.36 0.55 0.19 21.05 0.54 0.59
Hex CF 85 5D 0 24 37 13 15 36 3B
Octal 317 205 135 0 44 67 23 25 66 73
Binary 11001111 10000101 1011101 0 100100 110111 10011 10101 110110 111011

Color Harmonies of #CF855D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF855D

Black with #CF855D

Text Example


Text Example

White with #CF855D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF855D; }

 p { color: rgb(207,133,93); }

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

background-color css

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

 a { background-color: rgb(207,133,93); }

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

border-color css

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

 span { border-color: rgb(207,133,93); }

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