Html Css Color HEX #F6CF8C Cherokee

📋 copy color: '#F6CF8C'

red 246 ◦ green 207 ◦ blue 140

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

Shades of Cherokee #F6CF8C

Tints of Cherokee #F6CF8C

RGB

 RED value IS 246 (96.48% from 255) = 41.48%

 GREEN value IS 207 (81.25% from 255) = 34.91%

 BLUE value IS 140 (55.08% from 255) = 23.61%

R = 41.48%
G = 34.91%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6CF8C (or 0xF6CF8C) is known color: Cherokee. HEX triplet: F6, CF and 8C. RGB value is (246,207,140). Sum of RGB (Red+Green+Blue) = 246+207+140=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 140 (55.08% from 255 or 23.61% from 593); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CF8C is #093073. Grayscale: #D3D3D3. Windows color (decimal): -602228 or 9228278. OLE color: 9228278.

HSL color Cylindrical-coordinate representation of color #F6CF8C: hue angle of 37.92º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6CF8C is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 207 140 -
CMYK 0 0.16 0.43 0.04
HSL 37.92º 0.85% 0.76% -
HSV(B) 37.92º 0.43% 0.96% -
XYZ 65.05 66.11 34.14 -
YUV 211.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 246 207 140 0 0.16 0.43 0.04 37.92 0.85 0.76
Hex F6 CF 8C 0 10 2B 4 26 55 4C
Octal 366 317 214 0 20 53 4 46 125 114
Binary 11110110 11001111 10001100 0 10000 101011 100 100110 1010101 1001100

Color Harmonies of #F6CF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CF8C

Black with #F6CF8C

Text Example


Text Example

White with #F6CF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CF8C; }

 p { color: rgb(246,207,140); }

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

background-color css

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

 a { background-color: rgb(246,207,140); }

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

border-color css

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

 span { border-color: rgb(246,207,140); }

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