Html Css Color HEX #CCBE5C Tacha

📋 copy color: '#CCBE5C'

red 204 ◦ green 190 ◦ blue 92

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

Shades of Tacha #CCBE5C

Tints of Tacha #CCBE5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.93%

R = 41.98%
G = 39.09%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#CCBE5C (or 0xCCBE5C) is known color: Tacha. HEX triplet: CC, BE and 5C. RGB value is (204,190,92). Sum of RGB (Red+Green+Blue) = 204+190+92=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE5C is #3341A3. Grayscale: #B7B7B7. Windows color (decimal): -3359140 or 6078156. OLE color: 6078156.

HSL color Cylindrical-coordinate representation of color #CCBE5C: hue angle of 52.5º degrees, saturation: 0.52, 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 #CCBE5C is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 190 92 -
CMYK 0 0.07 0.55 0.2
HSL 52.5º 0.52% 0.58% -
HSV(B) 52.5º 0.55% 0.8% -
XYZ 45.25 50.44 17.48 -
YUV 183.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 204 190 92 0 0.07 0.55 0.2 52.5 0.52 0.58
Hex CC BE 5C 0 7 37 14 34 34 3A
Octal 314 276 134 0 7 67 24 64 64 72
Binary 11001100 10111110 1011100 0 111 110111 10100 110100 110100 111010

Color Harmonies of #CCBE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE5C

Black with #CCBE5C

Text Example


Text Example

White with #CCBE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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