Html Css Color HEX #CCB25A Tacha

📋 copy color: '#CCB25A'

red 204 ◦ green 178 ◦ blue 90

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

Shades of Tacha #CCB25A

Tints of Tacha #CCB25A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.71%

 BLUE value IS 90 (35.55% from 255) = 19.07%

R = 43.22%
G = 37.71%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB25A (or 0xCCB25A) is known color: Tacha. HEX triplet: CC, B2 and 5A. RGB value is (204,178,90). Sum of RGB (Red+Green+Blue) = 204+178+90=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 178 (69.92% from 255 or 37.71% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25A is #334DA5. Grayscale: #B0B0B0. Windows color (decimal): -3362214 or 5944012. OLE color: 5944012.

HSL color Cylindrical-coordinate representation of color #CCB25A: hue angle of 46.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CCB25A is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 90 -
CMYK 0 0.13 0.56 0.2
HSL 46.32º 0.53% 0.58% -
HSV(B) 46.32º 0.56% 0.8% -
XYZ 42.67 45.42 16.19 -
YUV 175.74 79.61 148.16 -
System Red Green Blue C M Y K H S L
Decimal 204 178 90 0 0.13 0.56 0.2 46.32 0.53 0.58
Hex CC B2 5A 0 D 38 14 2E 35 3A
Octal 314 262 132 0 15 70 24 56 65 72
Binary 11001100 10110010 1011010 0 1101 111000 10100 101110 110101 111010

Color Harmonies of #CCB25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB25A

Black with #CCB25A

Text Example


Text Example

White with #CCB25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB25A; }

 p { color: rgb(204,178,90); }

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

background-color css

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

 a { background-color: rgb(204,178,90); }

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

border-color css

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

 span { border-color: rgb(204,178,90); }

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