Html Css Color HEX #C87B64 Burning Sand

📋 copy color: '#C87B64'

red 200 ◦ green 123 ◦ blue 100

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

Shades of Burning Sand #C87B64

Tints of Burning Sand #C87B64

RGB

 RED value IS 200 (78.52% from 255) = 47.28%

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 100 (39.45% from 255) = 23.64%

R = 47.28%
G = 29.08%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C87B64 (or 0xC87B64) is known color: Burning Sand. HEX triplet: C8, 7B and 64. RGB value is (200,123,100). Sum of RGB (Red+Green+Blue) = 200+123+100=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 100 (39.45% from 255 or 23.64% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87B64 is #37849B. Grayscale: #8F8F8F. Windows color (decimal): -3638428 or 6585288. OLE color: 6585288.

HSL color Cylindrical-coordinate representation of color #C87B64: hue angle of 13.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87B64 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 123 100 -
CMYK 0 0.38 0.5 0.22
HSL 13.8º 0.48% 0.59% -
HSV(B) 13.8º 0.5% 0.78% -
XYZ 33.2 27.37 15.59 -
YUV 143.4 103.51 168.37 -
System Red Green Blue C M Y K H S L
Decimal 200 123 100 0 0.38 0.5 0.22 13.8 0.48 0.59
Hex C8 7B 64 0 26 32 16 E 30 3B
Octal 310 173 144 0 46 62 26 16 60 73
Binary 11001000 1111011 1100100 0 100110 110010 10110 1110 110000 111011

Color Harmonies of #C87B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87B64

Black with #C87B64

Text Example


Text Example

White with #C87B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87B64; }

 p { color: rgb(200,123,100); }

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

background-color css

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

 a { background-color: rgb(200,123,100); }

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

border-color css

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

 span { border-color: rgb(200,123,100); }

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