Html Css Color HEX #CFC363 Tacha

📋 copy color: '#CFC363'

red 207 ◦ green 195 ◦ blue 99

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

Shades of Tacha #CFC363

Tints of Tacha #CFC363

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.92%

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

R = 41.32%
G = 38.92%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CFC363 (or 0xCFC363) is known color: Tacha. HEX triplet: CF, C3 and 63. RGB value is (207,195,99). Sum of RGB (Red+Green+Blue) = 207+195+99=501 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.32% from 501); Green value is 195 (76.56% from 255 or 38.92% from 501); Blue value is 99 (39.06% from 255 or 19.76% from 501); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC363 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFC363 is #303C9C. Grayscale: #BCBCBC. Windows color (decimal): -3161245 or 6538191. OLE color: 6538191.

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

Color convert

RGB 207 195 99 -
CMYK 0 0.06 0.52 0.19
HSL 53.33º 0.53% 0.6% -
HSV(B) 53.33º 0.52% 0.81% -
XYZ 47.5 53.2 19.57 -
YUV 187.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 207 195 99 0 0.06 0.52 0.19 53.33 0.53 0.6
Hex CF C3 63 0 6 34 13 35 35 3C
Octal 317 303 143 0 6 64 23 65 65 74
Binary 11001111 11000011 1100011 0 110 110100 10011 110101 110101 111100

Color Harmonies of #CFC363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFC363

Black with #CFC363

Text Example


Text Example

White with #CFC363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFC363; }

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

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

background-color css

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

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

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

border-color css

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

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

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