Html Css Color HEX #C07B62 Burning Sand

📋 copy color: '#C07B62'

red 192 ◦ green 123 ◦ blue 98

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

Shades of Burning Sand #C07B62

Tints of Burning Sand #C07B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.73%

R = 46.49%
G = 29.78%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#C07B62 (or 0xC07B62) is known color: Burning Sand. HEX triplet: C0, 7B and 62. RGB value is (192,123,98). Sum of RGB (Red+Green+Blue) = 192+123+98=413 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.49% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07B62 is #3F849D. Grayscale: #8C8C8C. Windows color (decimal): -4162718 or 6454208. OLE color: 6454208.

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

Color convert

RGB 192 123 98 -
CMYK 0 0.36 0.49 0.25
HSL 15.96º 0.43% 0.57% -
HSV(B) 15.96º 0.49% 0.75% -
XYZ 31.03 26.25 14.99 -
YUV 140.78 103.86 164.53 -
System Red Green Blue C M Y K H S L
Decimal 192 123 98 0 0.36 0.49 0.25 15.96 0.43 0.57
Hex C0 7B 62 0 24 31 19 10 2B 39
Octal 300 173 142 0 44 61 31 20 53 71
Binary 11000000 1111011 1100010 0 100100 110001 11001 10000 101011 111001

Color Harmonies of #C07B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07B62

Black with #C07B62

Text Example


Text Example

White with #C07B62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07B62; }

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

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

background-color css

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

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

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

border-color css

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

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

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