Html Css Color HEX #C27D66 Burning Sand

📋 copy color: '#C27D66'

red 194 ◦ green 125 ◦ blue 102

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

Shades of Burning Sand #C27D66

Tints of Burning Sand #C27D66

RGB

 RED value IS 194 (76.17% from 255) = 46.08%

 GREEN value IS 125 (49.22% from 255) = 29.69%

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

R = 46.08%
G = 29.69%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C27D66 (or 0xC27D66) is known color: Burning Sand. HEX triplet: C2, 7D and 66. RGB value is (194,125,102). Sum of RGB (Red+Green+Blue) = 194+125+102=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 125 (49.22% from 255 or 29.69% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C27D66 is #3D8299. Grayscale: #8F8F8F. Windows color (decimal): -4031130 or 6716866. OLE color: 6716866.

HSL color Cylindrical-coordinate representation of color #C27D66: hue angle of 15º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C27D66 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 125 102 -
CMYK 0 0.36 0.47 0.24
HSL 15º 0.43% 0.58% -
HSV(B) 15º 0.47% 0.76% -
XYZ 31.98 27.1 16.11 -
YUV 143.01 104.86 164.37 -
System Red Green Blue C M Y K H S L
Decimal 194 125 102 0 0.36 0.47 0.24 15 0.43 0.58
Hex C2 7D 66 0 24 2F 18 F 2B 3A
Octal 302 175 146 0 44 57 30 17 53 72
Binary 11000010 1111101 1100110 0 100100 101111 11000 1111 101011 111010

Color Harmonies of #C27D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27D66

Black with #C27D66

Text Example


Text Example

White with #C27D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27D66; }

 p { color: rgb(194,125,102); }

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

background-color css

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

 a { background-color: rgb(194,125,102); }

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

border-color css

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

 span { border-color: rgb(194,125,102); }

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