Html Css Color HEX #CFC163 Tacha

📋 copy color: '#CFC163'

red 207 ◦ green 193 ◦ blue 99

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

Shades of Tacha #CFC163

Tints of Tacha #CFC163

RGB

 RED value IS 207 (81.25% from 255) = 41.48%

 GREEN value IS 193 (75.78% from 255) = 38.68%

 BLUE value IS 99 (39.06% from 255) = 19.84%

R = 41.48%
G = 38.68%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFC163 (or 0xCFC163) is known color: Tacha. HEX triplet: CF, C1 and 63. RGB value is (207,193,99). Sum of RGB (Red+Green+Blue) = 207+193+99=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 193 (75.78% from 255 or 38.68% from 499); Blue value is 99 (39.06% from 255 or 19.84% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC163 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC163 is #303E9C. Grayscale: #BABABA. Windows color (decimal): -3161757 or 6537679. OLE color: 6537679.

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

Color convert

RGB 207 193 99 -
CMYK 0 0.07 0.52 0.19
HSL 52.22º 0.53% 0.6% -
HSV(B) 52.22º 0.52% 0.81% -
XYZ 47.05 52.31 19.42 -
YUV 186.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 207 193 99 0 0.07 0.52 0.19 52.22 0.53 0.6
Hex CF C1 63 0 7 34 13 34 35 3C
Octal 317 301 143 0 7 64 23 64 65 74
Binary 11001111 11000001 1100011 0 111 110100 10011 110100 110101 111100

Color Harmonies of #CFC163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC163

Black with #CFC163

Text Example


Text Example

White with #CFC163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC163; }

 p { color: rgb(207,193,99); }

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

background-color css

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

 a { background-color: rgb(207,193,99); }

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

border-color css

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

 span { border-color: rgb(207,193,99); }

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