#CFC469

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

Shades of Tacha #CFC469

Tints of Tacha #CFC469

Color information

#CFC469 (or 0xCFC469) is unknown color: approx Tacha. HEX triplet: CF, C4 and 69. RGB value is (207,196,105). Sum of RGB (Red+Green+Blue) = 207+196+105=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 196 (76.95% from 255 or 38.58% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC469 is #303B96. Grayscale: #BDBDBD. Windows color (decimal): -3160983 or 6931663. OLE color: 6931663.

HSL color Cylindrical-coordinate representation of color #CFC469: hue angle of 53.53º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFC469 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207196105-
CMYK00.050.490.19
HSL53.53º51.52%61.18%-
HSV(B)53.53º49.28%81.18%-
XYZ48.0253.7721.21-
YUV188.9280.64140.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 196 (76.95% from 255) = 38.58%
BLUE value IS 105 (41.41% from 255) = 20.67%
R=40.75%
G=38.58%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719610500.050.490.1953.5351.5261.18
HexCFC46905311336343d
Octal317304151056123666475
Binary11001111110001001101001010111000110011110110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC469; }

 p { color: rgb(207,196,105); }

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

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

 a { background-color: rgb(207,196,105); }

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

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

 span { border-color: rgb(207,196,105); }

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