Html Css Color HEX #C07F68 Burning Sand

📋 copy color: '#C07F68'

red 192 ◦ green 127 ◦ blue 104

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

Shades of Burning Sand #C07F68

Tints of Burning Sand #C07F68

RGB

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

 GREEN value IS 127 (50% from 255) = 30.02%

 BLUE value IS 104 (41.02% from 255) = 24.59%

R = 45.39%
G = 30.02%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C07F68 (or 0xC07F68) is known color: Burning Sand. HEX triplet: C0, 7F and 68. RGB value is (192,127,104). Sum of RGB (Red+Green+Blue) = 192+127+104=423 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.39% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F68 is #3F8097. Grayscale: #8F8F8F. Windows color (decimal): -4161688 or 6848448. OLE color: 6848448.

HSL color Cylindrical-coordinate representation of color #C07F68: hue angle of 15.68º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C07F68 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 127 104 -
CMYK 0 0.34 0.46 0.25
HSL 15.68º 0.41% 0.58% -
HSV(B) 15.68º 0.46% 0.75% -
XYZ 31.83 27.38 16.71 -
YUV 143.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 192 127 104 0 0.34 0.46 0.25 15.68 0.41 0.58
Hex C0 7F 68 0 22 2E 19 10 29 3A
Octal 300 177 150 0 42 56 31 20 51 72
Binary 11000000 1111111 1101000 0 100010 101110 11001 10000 101001 111010

Color Harmonies of #C07F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F68

Black with #C07F68

Text Example


Text Example

White with #C07F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F68; }

 p { color: rgb(192,127,104); }

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

background-color css

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

 a { background-color: rgb(192,127,104); }

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

border-color css

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

 span { border-color: rgb(192,127,104); }

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