Html Css Color HEX #CCA47B Cameo

📋 copy color: '#CCA47B'

red 204 ◦ green 164 ◦ blue 123

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

Shades of Cameo #CCA47B

Tints of Cameo #CCA47B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 33.4%

 BLUE value IS 123 (48.44% from 255) = 25.05%

R = 41.55%
G = 33.4%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCA47B (or 0xCCA47B) is known color: Cameo. HEX triplet: CC, A4 and 7B. RGB value is (204,164,123). Sum of RGB (Red+Green+Blue) = 204+164+123=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA47B is #335B84. Grayscale: #ABABAB. Windows color (decimal): -3365765 or 8103116. OLE color: 8103116.

HSL color Cylindrical-coordinate representation of color #CCA47B: hue angle of 30.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA47B is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 164 123 -
CMYK 0 0.20 0.40 0.2
HSL 30.37º 0.44% 0.64% -
HSV(B) 30.37º 0.4% 0.8% -
XYZ 41.75 40.82 24.42 -
YUV 171.29 100.75 151.33 -
System Red Green Blue C M Y K H S L
Decimal 204 164 123 0 0.20 0.40 0.2 30.37 0.44 0.64
Hex CC A4 7B 0 14 28 14 1E 2C 40
Octal 314 244 173 0 24 50 24 36 54 100
Binary 11001100 10100100 1111011 0 10100 101000 10100 11110 101100 1000000

Color Harmonies of #CCA47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA47B

Black with #CCA47B

Text Example


Text Example

White with #CCA47B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA47B; }

 p { color: rgb(204,164,123); }

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

background-color css

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

 a { background-color: rgb(204,164,123); }

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

border-color css

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

 span { border-color: rgb(204,164,123); }

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