#CFC369

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

Shades of Tacha #CFC369

Tints of Tacha #CFC369

Color information

#CFC369 (or 0xCFC369) is unknown color: approx Tacha. HEX triplet: CF, C3 and 69. RGB value is (207,195,105). Sum of RGB (Red+Green+Blue) = 207+195+105=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC369 is #303C96. Grayscale: #BCBCBC. Windows color (decimal): -3161239 or 6931407. OLE color: 6931407.

HSL color Cylindrical-coordinate representation of color #CFC369: hue angle of 52.94º 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 #CFC369 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207195105-
CMYK00.060.490.19
HSL52.94º51.52%61.18%-
HSV(B)52.94º49.28%81.18%-
XYZ47.853.3221.14-
YUV188.3380.98141.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 105 (41.41% from 255) = 20.71%
R=40.83%
G=38.46%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719510500.060.490.1952.9451.5261.18
HexCFC36906311335343d
Octal317303151066123656475
Binary11001111110000111101001011011000110011110101110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC369; }

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

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

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

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

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

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

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

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