Html Css Color HEX #C07F6B Burning Sand

📋 copy color: '#C07F6B'

red 192 ◦ green 127 ◦ blue 107

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

Shades of Burning Sand #C07F6B

Tints of Burning Sand #C07F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.12%

R = 45.07%
G = 29.81%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C07F6B (or 0xC07F6B) is known color: Burning Sand. HEX triplet: C0, 7F and 6B. RGB value is (192,127,107). Sum of RGB (Red+Green+Blue) = 192+127+107=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07F6B is #3F8094. Grayscale: #909090. Windows color (decimal): -4161685 or 7045056. OLE color: 7045056.

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

Color convert

RGB 192 127 107 -
CMYK 0 0.34 0.44 0.25
HSL 14.12º 0.4% 0.59% -
HSV(B) 14.12º 0.44% 0.75% -
XYZ 31.98 27.45 17.52 -
YUV 144.16 107.03 162.13 -
System Red Green Blue C M Y K H S L
Decimal 192 127 107 0 0.34 0.44 0.25 14.12 0.4 0.59
Hex C0 7F 6B 0 22 2C 19 E 28 3B
Octal 300 177 153 0 42 54 31 16 50 73
Binary 11000000 1111111 1101011 0 100010 101100 11001 1110 101000 111011

Color Harmonies of #C07F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07F6B

Black with #C07F6B

Text Example


Text Example

White with #C07F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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