Html Css Color HEX #CCA380 Cameo

📋 copy color: '#CCA380'

red 204 ◦ green 163 ◦ blue 128

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

Shades of Cameo #CCA380

Tints of Cameo #CCA380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 41.21%
G = 32.93%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.2

RGB Variations

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

Color information

#CCA380 (or 0xCCA380) is known color: Cameo. HEX triplet: CC, A3 and 80. RGB value is (204,163,128). Sum of RGB (Red+Green+Blue) = 204+163+128=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA380 is #335C7F. Grayscale: #ABABAB. Windows color (decimal): -3366016 or 8430540. OLE color: 8430540.

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

Color convert

RGB 204 163 128 -
CMYK 0 0.20 0.37 0.2
HSL 27.63º 0.43% 0.65% -
HSV(B) 27.63º 0.37% 0.8% -
XYZ 41.9 40.59 26.05 -
YUV 171.27 103.58 151.35 -
System Red Green Blue C M Y K H S L
Decimal 204 163 128 0 0.20 0.37 0.2 27.63 0.43 0.65
Hex CC A3 80 0 14 25 14 1C 2B 41
Octal 314 243 200 0 24 45 24 34 53 101
Binary 11001100 10100011 10000000 0 10100 100101 10100 11100 101011 1000001

Color Harmonies of #CCA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA380

Black with #CCA380

Text Example


Text Example

White with #CCA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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