#FFCB85

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

Shades of Cherokee #FFCB85

Tints of Cherokee #FFCB85

Color information

#FFCB85 (or 0xFFCB85) is unknown color: approx Cherokee. HEX triplet: FF, CB and 85. RGB value is (255,203,133). Sum of RGB (Red+Green+Blue) = 255+203+133=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 133 (52.34% from 255 or 22.50% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFCB85 is #00347A. Grayscale: #D2D2D2. Windows color (decimal): -13435 or 8768511. OLE color: 8768511.

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

Color convert

RGB255203133-
CMYK00.200.480
HSL34.43º100%76.08%-
HSV(B)34.43º47.84%100%-
XYZ66.8365.6731.34-
YUV210.5784.23159.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 133 (52.34% from 255) = 22.50%
R=43.15%
G=34.35%
B=22.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520313300.200.48034.4310076.08
HexFFCB8501430022644c
Octal37731320502460042144114
Binary111111111100101110000101010100110000010001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCB85; }

 p { color: rgb(255,203,133); }

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

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

 a { background-color: rgb(255,203,133); }

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

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

 span { border-color: rgb(255,203,133); }

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