Html Css Color HEX #CCBE4E Tacha

📋 copy color: '#CCBE4E'

red 204 ◦ green 190 ◦ blue 78

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

Shades of Tacha #CCBE4E

Tints of Tacha #CCBE4E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.25%

 BLUE value IS 78 (30.86% from 255) = 16.53%

R = 43.22%
G = 40.25%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CCBE4E (or 0xCCBE4E) is known color: Tacha. HEX triplet: CC, BE and 4E. RGB value is (204,190,78). Sum of RGB (Red+Green+Blue) = 204+190+78=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE4E is #3341B1. Grayscale: #B5B5B5. Windows color (decimal): -3359154 or 5160652. OLE color: 5160652.

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

Color convert

RGB 204 190 78 -
CMYK 0 0.07 0.62 0.2
HSL 53.33º 0.55% 0.55% -
HSV(B) 53.33º 0.62% 0.8% -
XYZ 44.69 50.21 14.54 -
YUV 181.42 69.64 144.11 -
System Red Green Blue C M Y K H S L
Decimal 204 190 78 0 0.07 0.62 0.2 53.33 0.55 0.55
Hex CC BE 4E 0 7 3E 14 35 37 37
Octal 314 276 116 0 7 76 24 65 67 67
Binary 11001100 10111110 1001110 0 111 111110 10100 110101 110111 110111

Color Harmonies of #CCBE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE4E

Black with #CCBE4E

Text Example


Text Example

White with #CCBE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE4E; }

 p { color: rgb(204,190,78); }

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

background-color css

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

 a { background-color: rgb(204,190,78); }

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

border-color css

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

 span { border-color: rgb(204,190,78); }

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