Html Css Color HEX #CCA38C Cameo

📋 copy color: '#CCA38C'

red 204 ◦ green 163 ◦ blue 140

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

Shades of Cameo #CCA38C

Tints of Cameo #CCA38C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.61%

R = 40.24%
G = 32.15%
B = 27.61%

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

#CCA38C (or 0xCCA38C) is known color: Cameo. HEX triplet: CC, A3 and 8C. RGB value is (204,163,140). Sum of RGB (Red+Green+Blue) = 204+163+140=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 140 (55.08% from 255 or 27.61% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA38C is #335C73. Grayscale: #ACACAC. Windows color (decimal): -3366004 or 9216972. OLE color: 9216972.

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

Color convert

RGB 204 163 140 -
CMYK 0 0.20 0.31 0.2
HSL 21.56º 0.39% 0.67% -
HSV(B) 21.56º 0.31% 0.8% -
XYZ 42.73 40.93 30.46 -
YUV 172.64 109.58 150.37 -
System Red Green Blue C M Y K H S L
Decimal 204 163 140 0 0.20 0.31 0.2 21.56 0.39 0.67
Hex CC A3 8C 0 14 1F 14 16 27 43
Octal 314 243 214 0 24 37 24 26 47 103
Binary 11001100 10100011 10001100 0 10100 11111 10100 10110 100111 1000011

Color Harmonies of #CCA38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA38C

Black with #CCA38C

Text Example


Text Example

White with #CCA38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA38C; }

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

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

background-color css

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

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

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

border-color css

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

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

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