Html Css Color HEX #CCB65A Tacha

📋 copy color: '#CCB65A'

red 204 ◦ green 182 ◦ blue 90

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

Shades of Tacha #CCB65A

Tints of Tacha #CCB65A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

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

R = 42.86%
G = 38.24%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CCB65A (or 0xCCB65A) is known color: Tacha. HEX triplet: CC, B6 and 5A. RGB value is (204,182,90). Sum of RGB (Red+Green+Blue) = 204+182+90=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB65A is #3349A5. Grayscale: #B2B2B2. Windows color (decimal): -3361190 or 5945036. OLE color: 5945036.

HSL color Cylindrical-coordinate representation of color #CCB65A: hue angle of 48.42º 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 #CCB65A is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 182 90 -
CMYK 0 0.11 0.56 0.2
HSL 48.42º 0.53% 0.58% -
HSV(B) 48.42º 0.56% 0.8% -
XYZ 43.48 47.03 16.46 -
YUV 178.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 204 182 90 0 0.11 0.56 0.2 48.42 0.53 0.58
Hex CC B6 5A 0 B 38 14 30 35 3A
Octal 314 266 132 0 13 70 24 60 65 72
Binary 11001100 10110110 1011010 0 1011 111000 10100 110000 110101 111010

Color Harmonies of #CCB65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB65A

Black with #CCB65A

Text Example


Text Example

White with #CCB65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB65A; }

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

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

background-color css

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

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

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

border-color css

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

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

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