Html Css Color HEX #CF7E61 Burning Sand

📋 copy color: '#CF7E61'

red 207 ◦ green 126 ◦ blue 97

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

Shades of Burning Sand #CF7E61

Tints of Burning Sand #CF7E61

RGB

 RED value IS 207 (81.25% from 255) = 48.14%

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

 BLUE value IS 97 (38.28% from 255) = 22.56%

R = 48.14%
G = 29.3%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF7E61 (or 0xCF7E61) is known color: Burning Sand. HEX triplet: CF, 7E and 61. RGB value is (207,126,97). Sum of RGB (Red+Green+Blue) = 207+126+97=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 126 (49.61% from 255 or 29.30% from 430); Blue value is 97 (38.28% from 255 or 22.56% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E61 is #30819E. Grayscale: #939393. Windows color (decimal): -3178911 or 6389455. OLE color: 6389455.

HSL color Cylindrical-coordinate representation of color #CF7E61: hue angle of 15.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF7E61 is Cyan = 0, Magento = 0.39, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 126 97 -
CMYK 0 0.39 0.53 0.19
HSL 15.82º 0.53% 0.6% -
HSV(B) 15.82º 0.53% 0.81% -
XYZ 35.35 29.05 15.05 -
YUV 146.91 99.84 170.86 -
System Red Green Blue C M Y K H S L
Decimal 207 126 97 0 0.39 0.53 0.19 15.82 0.53 0.6
Hex CF 7E 61 0 27 35 13 10 35 3C
Octal 317 176 141 0 47 65 23 20 65 74
Binary 11001111 1111110 1100001 0 100111 110101 10011 10000 110101 111100

Color Harmonies of #CF7E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7E61

Black with #CF7E61

Text Example


Text Example

White with #CF7E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7E61; }

 p { color: rgb(207,126,97); }

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

background-color css

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

 a { background-color: rgb(207,126,97); }

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

border-color css

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

 span { border-color: rgb(207,126,97); }

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