Html Css Color HEX #CCA368 Fallow

📋 copy color: '#CCA368'

red 204 ◦ green 163 ◦ blue 104

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

Shades of Fallow #CCA368

Tints of Fallow #CCA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 34.61%

 BLUE value IS 104 (41.02% from 255) = 22.08%

R = 43.31%
G = 34.61%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.49

 K value IS 0.2

RGB Variations

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

Color information

#CCA368 (or 0xCCA368) is known color: Fallow. HEX triplet: CC, A3 and 68. RGB value is (204,163,104). Sum of RGB (Red+Green+Blue) = 204+163+104=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 163 (64.06% from 255 or 34.61% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA368 is #335C97. Grayscale: #A8A8A8. Windows color (decimal): -3366040 or 6857676. OLE color: 6857676.

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

Color convert

RGB 204 163 104 -
CMYK 0 0.20 0.49 0.2
HSL 35.4º 0.5% 0.6% -
HSV(B) 35.4º 0.49% 0.8% -
XYZ 40.5 40.03 18.69 -
YUV 168.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 204 163 104 0 0.20 0.49 0.2 35.4 0.5 0.6
Hex CC A3 68 0 14 31 14 23 32 3C
Octal 314 243 150 0 24 61 24 43 62 74
Binary 11001100 10100011 1101000 0 10100 110001 10100 100011 110010 111100

Color Harmonies of #CCA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA368

Black with #CCA368

Text Example


Text Example

White with #CCA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA368; }

 p { color: rgb(204,163,104); }

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

background-color css

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

 a { background-color: rgb(204,163,104); }

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

border-color css

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

 span { border-color: rgb(204,163,104); }

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