Html Css Color HEX #CCBC62 Tacha

📋 copy color: '#CCBC62'

red 204 ◦ green 188 ◦ blue 98

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

Shades of Tacha #CCBC62

Tints of Tacha #CCBC62

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.37%

 BLUE value IS 98 (38.67% from 255) = 20%

R = 41.63%
G = 38.37%
B = 20%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCBC62 (or 0xCCBC62) is known color: Tacha. HEX triplet: CC, BC and 62. RGB value is (204,188,98). Sum of RGB (Red+Green+Blue) = 204+188+98=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBC62 is #33439D. Grayscale: #B6B6B6. Windows color (decimal): -3359646 or 6470860. OLE color: 6470860.

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

Color convert

RGB 204 188 98 -
CMYK 0 0.08 0.52 0.2
HSL 50.94º 0.51% 0.59% -
HSV(B) 50.94º 0.52% 0.8% -
XYZ 45.09 49.69 18.77 -
YUV 182.52 80.3 143.32 -
System Red Green Blue C M Y K H S L
Decimal 204 188 98 0 0.08 0.52 0.2 50.94 0.51 0.59
Hex CC BC 62 0 8 34 14 33 33 3B
Octal 314 274 142 0 10 64 24 63 63 73
Binary 11001100 10111100 1100010 0 1000 110100 10100 110011 110011 111011

Color Harmonies of #CCBC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC62

Black with #CCBC62

Text Example


Text Example

White with #CCBC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC62; }

 p { color: rgb(204,188,98); }

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

background-color css

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

 a { background-color: rgb(204,188,98); }

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

border-color css

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

 span { border-color: rgb(204,188,98); }

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