Html Css Color HEX #CCA375 Cameo

📋 copy color: '#CCA375'

red 204 ◦ green 163 ◦ blue 117

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

Shades of Cameo #CCA375

Tints of Cameo #CCA375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 42.15%
G = 33.68%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CCA375 (or 0xCCA375) is known color: Cameo. HEX triplet: CC, A3 and 75. RGB value is (204,163,117). Sum of RGB (Red+Green+Blue) = 204+163+117=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA375 is #335C8A. Grayscale: #AAAAAA. Windows color (decimal): -3366027 or 7709644. OLE color: 7709644.

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

Color convert

RGB 204 163 117 -
CMYK 0 0.20 0.43 0.2
HSL 31.72º 0.46% 0.63% -
HSV(B) 31.72º 0.43% 0.8% -
XYZ 41.21 40.32 22.44 -
YUV 170.02 98.08 152.24 -
System Red Green Blue C M Y K H S L
Decimal 204 163 117 0 0.20 0.43 0.2 31.72 0.46 0.63
Hex CC A3 75 0 14 2B 14 20 2E 3F
Octal 314 243 165 0 24 53 24 40 56 77
Binary 11001100 10100011 1110101 0 10100 101011 10100 100000 101110 111111

Color Harmonies of #CCA375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA375

Black with #CCA375

Text Example


Text Example

White with #CCA375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA375; }

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

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

background-color css

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

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

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

border-color css

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

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

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