Html Css Color HEX #F6CD8C Cherokee

📋 copy color: '#F6CD8C'

red 246 ◦ green 205 ◦ blue 140

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

Shades of Cherokee #F6CD8C

Tints of Cherokee #F6CD8C

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.69%

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

R = 41.62%
G = 34.69%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F6CD8C (or 0xF6CD8C) is known color: Cherokee. HEX triplet: F6, CD and 8C. RGB value is (246,205,140). Sum of RGB (Red+Green+Blue) = 246+205+140=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 140 (55.08% from 255 or 23.69% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CD8C is #093273. Grayscale: #D2D2D2. Windows color (decimal): -602740 or 9227766. OLE color: 9227766.

HSL color Cylindrical-coordinate representation of color #F6CD8C: hue angle of 36.79º 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 #F6CD8C is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 205 140 -
CMYK 0 0.17 0.43 0.04
HSL 36.79º 0.85% 0.76% -
HSV(B) 36.79º 0.43% 0.96% -
XYZ 64.57 65.15 33.98 -
YUV 209.85 88.58 153.79 -
System Red Green Blue C M Y K H S L
Decimal 246 205 140 0 0.17 0.43 0.04 36.79 0.85 0.76
Hex F6 CD 8C 0 11 2B 4 25 55 4C
Octal 366 315 214 0 21 53 4 45 125 114
Binary 11110110 11001101 10001100 0 10001 101011 100 100101 1010101 1001100

Color Harmonies of #F6CD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CD8C

Black with #F6CD8C

Text Example


Text Example

White with #F6CD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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