Html Css Color HEX #C07F66 Burning Sand

📋 copy color: '#C07F66'

red 192 ◦ green 127 ◦ blue 102

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

Shades of Burning Sand #C07F66

Tints of Burning Sand #C07F66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.23%

R = 45.61%
G = 30.17%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.25

RGB Variations

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

Color information

#C07F66 (or 0xC07F66) is known color: Burning Sand. HEX triplet: C0, 7F and 66. RGB value is (192,127,102). Sum of RGB (Red+Green+Blue) = 192+127+102=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F66 is #3F8099. Grayscale: #8F8F8F. Windows color (decimal): -4161690 or 6717376. OLE color: 6717376.

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

Color convert

RGB 192 127 102 -
CMYK 0 0.34 0.47 0.25
HSL 16.67º 0.42% 0.58% -
HSV(B) 16.67º 0.47% 0.75% -
XYZ 31.73 27.34 16.18 -
YUV 143.59 104.53 162.53 -
System Red Green Blue C M Y K H S L
Decimal 192 127 102 0 0.34 0.47 0.25 16.67 0.42 0.58
Hex C0 7F 66 0 22 2F 19 11 2A 3A
Octal 300 177 146 0 42 57 31 21 52 72
Binary 11000000 1111111 1100110 0 100010 101111 11001 10001 101010 111010

Color Harmonies of #C07F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F66

Black with #C07F66

Text Example


Text Example

White with #C07F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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