Html Css Color HEX #CCB467 Tacha

📋 copy color: '#CCB467'

red 204 ◦ green 180 ◦ blue 103

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

Shades of Tacha #CCB467

Tints of Tacha #CCB467

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.96%

 BLUE value IS 103 (40.63% from 255) = 21.15%

R = 41.89%
G = 36.96%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.2

RGB Variations

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

Color information

#CCB467 (or 0xCCB467) is known color: Tacha. HEX triplet: CC, B4 and 67. RGB value is (204,180,103). Sum of RGB (Red+Green+Blue) = 204+180+103=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 180 (70.70% from 255 or 36.96% from 487); Blue value is 103 (40.62% from 255 or 21.15% from 487); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB467 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB467 is #334B98. Grayscale: #B2B2B2. Windows color (decimal): -3361689 or 6796492. OLE color: 6796492.

HSL color Cylindrical-coordinate representation of color #CCB467: hue angle of 45.74º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCB467 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 180 103 -
CMYK 0 0.12 0.50 0.2
HSL 45.74º 0.5% 0.6% -
HSV(B) 45.74º 0.5% 0.8% -
XYZ 43.67 46.46 19.5 -
YUV 178.4 85.45 146.26 -
System Red Green Blue C M Y K H S L
Decimal 204 180 103 0 0.12 0.50 0.2 45.74 0.5 0.6
Hex CC B4 67 0 C 32 14 2E 32 3C
Octal 314 264 147 0 14 62 24 56 62 74
Binary 11001100 10110100 1100111 0 1100 110010 10100 101110 110010 111100

Color Harmonies of #CCB467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB467

Black with #CCB467

Text Example


Text Example

White with #CCB467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB467; }

 p { color: rgb(204,180,103); }

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

background-color css

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

 a { background-color: rgb(204,180,103); }

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

border-color css

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

 span { border-color: rgb(204,180,103); }

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