Html Css Color HEX #CCBF63 Tacha

📋 copy color: '#CCBF63'

red 204 ◦ green 191 ◦ blue 99

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

Shades of Tacha #CCBF63

Tints of Tacha #CCBF63

RGB

 RED value IS 204 (80.08% from 255) = 41.3%

 GREEN value IS 191 (75% from 255) = 38.66%

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

R = 41.3%
G = 38.66%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#CCBF63 (or 0xCCBF63) is known color: Tacha. HEX triplet: CC, BF and 63. RGB value is (204,191,99). Sum of RGB (Red+Green+Blue) = 204+191+99=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 99 (39.06% from 255 or 20.04% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBF63 is #33409C. Grayscale: #B8B8B8. Windows color (decimal): -3358877 or 6537164. OLE color: 6537164.

HSL color Cylindrical-coordinate representation of color #CCBF63: hue angle of 52.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCBF63 is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 191 99 -
CMYK 0 0.06 0.51 0.2
HSL 52.57º 0.51% 0.59% -
HSV(B) 52.57º 0.51% 0.8% -
XYZ 45.78 51 19.24 -
YUV 184.4 79.81 141.98 -
System Red Green Blue C M Y K H S L
Decimal 204 191 99 0 0.06 0.51 0.2 52.57 0.51 0.59
Hex CC BF 63 0 6 33 14 35 33 3B
Octal 314 277 143 0 6 63 24 65 63 73
Binary 11001100 10111111 1100011 0 110 110011 10100 110101 110011 111011

Color Harmonies of #CCBF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF63

Black with #CCBF63

Text Example


Text Example

White with #CCBF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF63; }

 p { color: rgb(204,191,99); }

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

background-color css

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

 a { background-color: rgb(204,191,99); }

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

border-color css

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

 span { border-color: rgb(204,191,99); }

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