Html Css Color HEX #CCA38A Cameo

📋 copy color: '#CCA38A'

red 204 ◦ green 163 ◦ blue 138

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

Shades of Cameo #CCA38A

Tints of Cameo #CCA38A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.33%

R = 40.4%
G = 32.28%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCA38A (or 0xCCA38A) is known color: Cameo. HEX triplet: CC, A3 and 8A. RGB value is (204,163,138). Sum of RGB (Red+Green+Blue) = 204+163+138=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA38A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA38A is #335C75. Grayscale: #ACACAC. Windows color (decimal): -3366006 or 9085900. OLE color: 9085900.

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

Color convert

RGB 204 163 138 -
CMYK 0 0.20 0.32 0.2
HSL 22.73º 0.39% 0.67% -
HSV(B) 22.73º 0.32% 0.8% -
XYZ 42.59 40.87 29.69 -
YUV 172.41 108.58 150.53 -
System Red Green Blue C M Y K H S L
Decimal 204 163 138 0 0.20 0.32 0.2 22.73 0.39 0.67
Hex CC A3 8A 0 14 20 14 17 27 43
Octal 314 243 212 0 24 40 24 27 47 103
Binary 11001100 10100011 10001010 0 10100 100000 10100 10111 100111 1000011

Color Harmonies of #CCA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA38A

Black with #CCA38A

Text Example


Text Example

White with #CCA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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