Html Css Color HEX #CCB862 Tacha

📋 copy color: '#CCB862'

red 204 ◦ green 184 ◦ blue 98

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

Shades of Tacha #CCB862

Tints of Tacha #CCB862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.86%

 BLUE value IS 98 (38.67% from 255) = 20.16%

R = 41.98%
G = 37.86%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.52

 K value IS 0.2

RGB Variations

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

Color information

#CCB862 (or 0xCCB862) is known color: Tacha. HEX triplet: CC, B8 and 62. RGB value is (204,184,98). Sum of RGB (Red+Green+Blue) = 204+184+98=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 184 (72.27% from 255 or 37.86% from 486); Blue value is 98 (38.67% from 255 or 20.16% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB862 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB862 is #33479D. Grayscale: #B4B4B4. Windows color (decimal): -3360670 or 6469836. OLE color: 6469836.

HSL color Cylindrical-coordinate representation of color #CCB862: hue angle of 48.68º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCB862 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 184 98 -
CMYK 0 0.10 0.52 0.2
HSL 48.68º 0.51% 0.59% -
HSV(B) 48.68º 0.52% 0.8% -
XYZ 44.25 48 18.49 -
YUV 180.18 81.63 144.99 -
System Red Green Blue C M Y K H S L
Decimal 204 184 98 0 0.10 0.52 0.2 48.68 0.51 0.59
Hex CC B8 62 0 A 34 14 31 33 3B
Octal 314 270 142 0 12 64 24 61 63 73
Binary 11001100 10111000 1100010 0 1010 110100 10100 110001 110011 111011

Color Harmonies of #CCB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB862

Black with #CCB862

Text Example


Text Example

White with #CCB862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB862; }

 p { color: rgb(204,184,98); }

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

background-color css

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

 a { background-color: rgb(204,184,98); }

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

border-color css

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

 span { border-color: rgb(204,184,98); }

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