Html Css Color HEX #CF7F5C Burning Sand

📋 copy color: '#CF7F5C'

red 207 ◦ green 127 ◦ blue 92

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

Shades of Burning Sand #CF7F5C

Tints of Burning Sand #CF7F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 21.6%

R = 48.59%
G = 29.81%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CF7F5C (or 0xCF7F5C) is known color: Burning Sand. HEX triplet: CF, 7F and 5C. RGB value is (207,127,92). Sum of RGB (Red+Green+Blue) = 207+127+92=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F5C is #3080A3. Grayscale: #939393. Windows color (decimal): -3178660 or 6062031. OLE color: 6062031.

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

Color convert

RGB 207 127 92 -
CMYK 0 0.39 0.56 0.19
HSL 18.26º 0.55% 0.59% -
HSV(B) 18.26º 0.56% 0.81% -
XYZ 35.25 29.22 13.91 -
YUV 146.93 97 170.85 -
System Red Green Blue C M Y K H S L
Decimal 207 127 92 0 0.39 0.56 0.19 18.26 0.55 0.59
Hex CF 7F 5C 0 27 38 13 12 37 3B
Octal 317 177 134 0 47 70 23 22 67 73
Binary 11001111 1111111 1011100 0 100111 111000 10011 10010 110111 111011

Color Harmonies of #CF7F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F5C

Black with #CF7F5C

Text Example


Text Example

White with #CF7F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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