Html Css Color HEX #CCA58D Cameo

📋 copy color: '#CCA58D'

red 204 ◦ green 165 ◦ blue 141

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

Shades of Cameo #CCA58D

Tints of Cameo #CCA58D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 32.35%

 BLUE value IS 141 (55.47% from 255) = 27.65%

R = 40%
G = 32.35%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCA58D (or 0xCCA58D) is known color: Cameo. HEX triplet: CC, A5 and 8D. RGB value is (204,165,141). Sum of RGB (Red+Green+Blue) = 204+165+141=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 165 (64.84% from 255 or 32.35% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA58D is #335A72. Grayscale: #AEAEAE. Windows color (decimal): -3365491 or 9283020. OLE color: 9283020.

HSL color Cylindrical-coordinate representation of color #CCA58D: hue angle of 22.86º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCA58D is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 165 141 -
CMYK 0 0.19 0.31 0.2
HSL 22.86º 0.38% 0.68% -
HSV(B) 22.86º 0.31% 0.8% -
XYZ 43.16 41.67 30.97 -
YUV 173.93 109.42 149.45 -
System Red Green Blue C M Y K H S L
Decimal 204 165 141 0 0.19 0.31 0.2 22.86 0.38 0.68
Hex CC A5 8D 0 13 1F 14 17 26 44
Octal 314 245 215 0 23 37 24 27 46 104
Binary 11001100 10100101 10001101 0 10011 11111 10100 10111 100110 1000100

Color Harmonies of #CCA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA58D

Black with #CCA58D

Text Example


Text Example

White with #CCA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA58D; }

 p { color: rgb(204,165,141); }

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

background-color css

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

 a { background-color: rgb(204,165,141); }

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

border-color css

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

 span { border-color: rgb(204,165,141); }

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