Html Css Color HEX #CF7D64 Burning Sand

📋 copy color: '#CF7D64'

red 207 ◦ green 125 ◦ blue 100

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

Shades of Burning Sand #CF7D64

Tints of Burning Sand #CF7D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 23.15%

R = 47.92%
G = 28.94%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF7D64 (or 0xCF7D64) is known color: Burning Sand. HEX triplet: CF, 7D and 64. RGB value is (207,125,100). Sum of RGB (Red+Green+Blue) = 207+125+100=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 125 (49.22% from 255 or 28.94% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D64 is #30829B. Grayscale: #929292. Windows color (decimal): -3179164 or 6585807. OLE color: 6585807.

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

Color convert

RGB 207 125 100 -
CMYK 0 0.40 0.52 0.19
HSL 14.02º 0.53% 0.6% -
HSV(B) 14.02º 0.52% 0.81% -
XYZ 35.37 28.85 15.76 -
YUV 146.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 207 125 100 0 0.40 0.52 0.19 14.02 0.53 0.6
Hex CF 7D 64 0 28 34 13 E 35 3C
Octal 317 175 144 0 50 64 23 16 65 74
Binary 11001111 1111101 1100100 0 101000 110100 10011 1110 110101 111100

Color Harmonies of #CF7D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D64

Black with #CF7D64

Text Example


Text Example

White with #CF7D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D64; }

 p { color: rgb(207,125,100); }

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

background-color css

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

 a { background-color: rgb(207,125,100); }

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

border-color css

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

 span { border-color: rgb(207,125,100); }

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