Html Css Color HEX #CCA38D Cameo

📋 copy color: '#CCA38D'

red 204 ◦ green 163 ◦ blue 141

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

Shades of Cameo #CCA38D

Tints of Cameo #CCA38D

RGB

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

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

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

R = 40.16%
G = 32.09%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCA38D (or 0xCCA38D) is known color: Cameo. HEX triplet: CC, A3 and 8D. RGB value is (204,163,141). Sum of RGB (Red+Green+Blue) = 204+163+141=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 163 (64.06% from 255 or 32.09% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA38D is #335C72. Grayscale: #ACACAC. Windows color (decimal): -3366003 or 9282508. OLE color: 9282508.

HSL color Cylindrical-coordinate representation of color #CCA38D: hue angle of 20.95º 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 #CCA38D is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 163 141 -
CMYK 0 0.20 0.31 0.2
HSL 20.95º 0.38% 0.68% -
HSV(B) 20.95º 0.31% 0.8% -
XYZ 42.81 40.95 30.85 -
YUV 172.75 110.08 150.29 -
System Red Green Blue C M Y K H S L
Decimal 204 163 141 0 0.20 0.31 0.2 20.95 0.38 0.68
Hex CC A3 8D 0 14 1F 14 15 26 44
Octal 314 243 215 0 24 37 24 25 46 104
Binary 11001100 10100011 10001101 0 10100 11111 10100 10101 100110 1000100

Color Harmonies of #CCA38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA38D

Black with #CCA38D

Text Example


Text Example

White with #CCA38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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