#FFCF8A

Color #FFCF8A Cherokee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherokee #FFCF8A

Tints of Cherokee #FFCF8A

Color information

#FFCF8A (or 0xFFCF8A) is unknown color: approx Cherokee. HEX triplet: FF, CF and 8A. RGB value is (255,207,138). Sum of RGB (Red+Green+Blue) = 255+207+138=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 138 (54.30% from 255 or 23% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCF8A is #003075. Grayscale: #D5D5D5. Windows color (decimal): -12406 or 9097215. OLE color: 9097215.

HSL color Cylindrical-coordinate representation of color #FFCF8A: hue angle of 35.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFCF8A is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255207138-
CMYK00.190.460
HSL35.38º100%77.06%-
HSV(B)35.38º45.88%100%-
XYZ68.1467.7233.52-
YUV213.4985.4157.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 207 (81.25% from 255) = 34.5%
BLUE value IS 138 (54.30% from 255) = 23%
R=42.5%
G=34.5%
B=23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520713800.190.46035.3810077.06
HexFFCF8A0132E023644d
Octal37731721202356043144115
Binary111111111100111110001010010011101110010001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCF8A; }

 p { color: rgb(255,207,138); }

 H1.HeaderClassName
 {
   color: #FFCF8A;
 }
 .AnyTagClassName
 {
   color: #FFCF8A;
 }
</style>
background-color css

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

 a { background-color: rgb(255,207,138); }

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

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

 span { border-color: rgb(255,207,138); }

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