Html Css Color HEX #C07E67 Burning Sand

📋 copy color: '#C07E67'

red 192 ◦ green 126 ◦ blue 103

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

Shades of Burning Sand #C07E67

Tints of Burning Sand #C07E67

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.93%

 BLUE value IS 103 (40.63% from 255) = 24.47%

R = 45.61%
G = 29.93%
B = 24.47%

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

#C07E67 (or 0xC07E67) is known color: Burning Sand. HEX triplet: C0, 7E and 67. RGB value is (192,126,103). Sum of RGB (Red+Green+Blue) = 192+126+103=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 103 (40.62% from 255 or 24.47% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C07E67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07E67 is #3F8198. Grayscale: #8F8F8F. Windows color (decimal): -4161945 or 6782656. OLE color: 6782656.

HSL color Cylindrical-coordinate representation of color #C07E67: hue angle of 15.51º 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 #C07E67 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 126 103 -
CMYK 0 0.34 0.46 0.25
HSL 15.51º 0.41% 0.58% -
HSV(B) 15.51º 0.46% 0.75% -
XYZ 31.65 27.11 16.4 -
YUV 143.11 105.37 162.87 -
System Red Green Blue C M Y K H S L
Decimal 192 126 103 0 0.34 0.46 0.25 15.51 0.41 0.58
Hex C0 7E 67 0 22 2E 19 10 29 3A
Octal 300 176 147 0 42 56 31 20 51 72
Binary 11000000 1111110 1100111 0 100010 101110 11001 10000 101001 111010

Color Harmonies of #C07E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07E67

Black with #C07E67

Text Example


Text Example

White with #C07E67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07E67; }

 p { color: rgb(192,126,103); }

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

background-color css

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

 a { background-color: rgb(192,126,103); }

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

border-color css

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

 span { border-color: rgb(192,126,103); }

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