Html Css Color HEX #CF875C Burning Sand

📋 copy color: '#CF875C'

red 207 ◦ green 135 ◦ blue 92

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

Shades of Burning Sand #CF875C

Tints of Burning Sand #CF875C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.11%

 BLUE value IS 92 (36.33% from 255) = 21.2%

R = 47.7%
G = 31.11%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF875C (or 0xCF875C) is known color: Burning Sand. HEX triplet: CF, 87 and 5C. RGB value is (207,135,92). Sum of RGB (Red+Green+Blue) = 207+135+92=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF875C is #3078A3. Grayscale: #979797. Windows color (decimal): -3176612 or 6064079. OLE color: 6064079.

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

Color convert

RGB 207 135 92 -
CMYK 0 0.35 0.56 0.19
HSL 22.43º 0.55% 0.59% -
HSV(B) 22.43º 0.56% 0.81% -
XYZ 36.33 31.37 14.26 -
YUV 151.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 207 135 92 0 0.35 0.56 0.19 22.43 0.55 0.59
Hex CF 87 5C 0 23 38 13 16 37 3B
Octal 317 207 134 0 43 70 23 26 67 73
Binary 11001111 10000111 1011100 0 100011 111000 10011 10110 110111 111011

Color Harmonies of #CF875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF875C

Black with #CF875C

Text Example


Text Example

White with #CF875C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF875C; }

 p { color: rgb(207,135,92); }

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

background-color css

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

 a { background-color: rgb(207,135,92); }

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

border-color css

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

 span { border-color: rgb(207,135,92); }

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