Html Css Color HEX #CCB25B Tacha

📋 copy color: '#CCB25B'

red 204 ◦ green 178 ◦ blue 91

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

Shades of Tacha #CCB25B

Tints of Tacha #CCB25B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.24%

R = 43.13%
G = 37.63%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCB25B (or 0xCCB25B) is known color: Tacha. HEX triplet: CC, B2 and 5B. RGB value is (204,178,91). Sum of RGB (Red+Green+Blue) = 204+178+91=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 178 (69.92% from 255 or 37.63% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB25B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCB25B is #334DA4. Grayscale: #B0B0B0. Windows color (decimal): -3362213 or 6009548. OLE color: 6009548.

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

Color convert

RGB 204 178 91 -
CMYK 0 0.13 0.55 0.2
HSL 46.19º 0.53% 0.58% -
HSV(B) 46.19º 0.55% 0.8% -
XYZ 42.71 45.43 16.42 -
YUV 175.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 204 178 91 0 0.13 0.55 0.2 46.19 0.53 0.58
Hex CC B2 5B 0 D 37 14 2E 35 3A
Octal 314 262 133 0 15 67 24 56 65 72
Binary 11001100 10110010 1011011 0 1101 110111 10100 101110 110101 111010

Color Harmonies of #CCB25B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB25B

Black with #CCB25B

Text Example


Text Example

White with #CCB25B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB25B; }

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

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

background-color css

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

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

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

border-color css

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

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

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