Html Css Color HEX #C07D65 Burning Sand

📋 copy color: '#C07D65'

red 192 ◦ green 125 ◦ blue 101

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

Shades of Burning Sand #C07D65

Tints of Burning Sand #C07D65

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.9%

 BLUE value IS 101 (39.84% from 255) = 24.16%

R = 45.93%
G = 29.9%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C07D65 (or 0xC07D65) is known color: Burning Sand. HEX triplet: C0, 7D and 65. RGB value is (192,125,101). Sum of RGB (Red+Green+Blue) = 192+125+101=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 125 (49.22% from 255 or 29.90% from 418); Blue value is 101 (39.84% from 255 or 24.16% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07D65 is #3F829A. Grayscale: #8E8E8E. Windows color (decimal): -4162203 or 6651328. OLE color: 6651328.

HSL color Cylindrical-coordinate representation of color #C07D65: hue angle of 15.82º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C07D65 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 125 101 -
CMYK 0 0.35 0.47 0.25
HSL 15.82º 0.42% 0.57% -
HSV(B) 15.82º 0.47% 0.75% -
XYZ 31.42 26.81 15.83 -
YUV 142.3 104.7 163.45 -
System Red Green Blue C M Y K H S L
Decimal 192 125 101 0 0.35 0.47 0.25 15.82 0.42 0.57
Hex C0 7D 65 0 23 2F 19 10 2A 39
Octal 300 175 145 0 43 57 31 20 52 71
Binary 11000000 1111101 1100101 0 100011 101111 11001 10000 101010 111001

Color Harmonies of #C07D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07D65

Black with #C07D65

Text Example


Text Example

White with #C07D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07D65; }

 p { color: rgb(192,125,101); }

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

background-color css

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

 a { background-color: rgb(192,125,101); }

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

border-color css

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

 span { border-color: rgb(192,125,101); }

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