Html Css Color HEX #CFBE63 Tacha

📋 copy color: '#CFBE63'

red 207 ◦ green 190 ◦ blue 99

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

Shades of Tacha #CFBE63

Tints of Tacha #CFBE63

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.31%

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

R = 41.73%
G = 38.31%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFBE63 (or 0xCFBE63) is known color: Tacha. HEX triplet: CF, BE and 63. RGB value is (207,190,99). Sum of RGB (Red+Green+Blue) = 207+190+99=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE63 is #30419C. Grayscale: #B9B9B9. Windows color (decimal): -3162525 or 6536911. OLE color: 6536911.

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

Color convert

RGB 207 190 99 -
CMYK 0 0.08 0.52 0.19
HSL 50.56º 0.53% 0.6% -
HSV(B) 50.56º 0.52% 0.81% -
XYZ 46.4 50.99 19.2 -
YUV 184.71 79.63 143.9 -
System Red Green Blue C M Y K H S L
Decimal 207 190 99 0 0.08 0.52 0.19 50.56 0.53 0.6
Hex CF BE 63 0 8 34 13 33 35 3C
Octal 317 276 143 0 10 64 23 63 65 74
Binary 11001111 10111110 1100011 0 1000 110100 10011 110011 110101 111100

Color Harmonies of #CFBE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBE63

Black with #CFBE63

Text Example


Text Example

White with #CFBE63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBE63; }

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

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

background-color css

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

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

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

border-color css

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

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

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