Html Css Color HEX #CF7F57 Burning Sand

📋 copy color: '#CF7F57'

red 207 ◦ green 127 ◦ blue 87

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

Shades of Burning Sand #CF7F57

Tints of Burning Sand #CF7F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 20.67%

R = 49.17%
G = 30.17%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.19

RGB Variations

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

Color information

#CF7F57 (or 0xCF7F57) is known color: Burning Sand. HEX triplet: CF, 7F and 57. RGB value is (207,127,87). Sum of RGB (Red+Green+Blue) = 207+127+87=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 127 (50% from 255 or 30.17% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F57 is #3080A8. Grayscale: #929292. Windows color (decimal): -3178665 or 5734351. OLE color: 5734351.

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

Color convert

RGB 207 127 87 -
CMYK 0 0.39 0.58 0.19
HSL 20º 0.56% 0.58% -
HSV(B) 20º 0.58% 0.81% -
XYZ 35.04 29.13 12.79 -
YUV 146.36 94.5 171.25 -
System Red Green Blue C M Y K H S L
Decimal 207 127 87 0 0.39 0.58 0.19 20 0.56 0.58
Hex CF 7F 57 0 27 3A 13 14 38 3A
Octal 317 177 127 0 47 72 23 24 70 72
Binary 11001111 1111111 1010111 0 100111 111010 10011 10100 111000 111010

Color Harmonies of #CF7F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F57

Black with #CF7F57

Text Example


Text Example

White with #CF7F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F57; }

 p { color: rgb(207,127,87); }

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

background-color css

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

 a { background-color: rgb(207,127,87); }

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

border-color css

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

 span { border-color: rgb(207,127,87); }

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