Html Css Color HEX #C07B5F Burning Sand

📋 copy color: '#C07B5F'

red 192 ◦ green 123 ◦ blue 95

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

Shades of Burning Sand #C07B5F

Tints of Burning Sand #C07B5F

RGB

 RED value IS 192 (75.39% from 255) = 46.83%

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

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 46.83%
G = 30%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C07B5F (or 0xC07B5F) is known color: Burning Sand. HEX triplet: C0, 7B and 5F. RGB value is (192,123,95). Sum of RGB (Red+Green+Blue) = 192+123+95=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B5F is #3F84A0. Grayscale: #8C8C8C. Windows color (decimal): -4162721 or 6257600. OLE color: 6257600.

HSL color Cylindrical-coordinate representation of color #C07B5F: hue angle of 17.32º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C07B5F is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 123 95 -
CMYK 0 0.36 0.51 0.25
HSL 17.32º 0.43% 0.56% -
HSV(B) 17.32º 0.51% 0.75% -
XYZ 30.89 26.2 14.26 -
YUV 140.44 102.36 164.78 -
System Red Green Blue C M Y K H S L
Decimal 192 123 95 0 0.36 0.51 0.25 17.32 0.43 0.56
Hex C0 7B 5F 0 24 33 19 11 2B 38
Octal 300 173 137 0 44 63 31 21 53 70
Binary 11000000 1111011 1011111 0 100100 110011 11001 10001 101011 111000

Color Harmonies of #C07B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B5F

Black with #C07B5F

Text Example


Text Example

White with #C07B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B5F; }

 p { color: rgb(192,123,95); }

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

background-color css

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

 a { background-color: rgb(192,123,95); }

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

border-color css

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

 span { border-color: rgb(192,123,95); }

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