Html Css Color HEX #CCC3AF Parchment

📋 copy color: '#CCC3AF'

red 204 ◦ green 195 ◦ blue 175

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

Shades of Parchment #CCC3AF

Tints of Parchment #CCC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.97%

 BLUE value IS 175 (68.75% from 255) = 30.49%

R = 35.54%
G = 33.97%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCC3AF (or 0xCCC3AF) is known color: Parchment. HEX triplet: CC, C3 and AF. RGB value is (204,195,175). Sum of RGB (Red+Green+Blue) = 204+195+175=574 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.54% from 574); Green value is 195 (76.56% from 255 or 33.97% from 574); Blue value is 175 (68.75% from 255 or 30.49% from 574); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC3AF is #333C50. Grayscale: #C3C3C3. Windows color (decimal): -3357777 or 11518924. OLE color: 11518924.

HSL color Cylindrical-coordinate representation of color #CCC3AF: hue angle of 41.38º degrees, saturation: 0.22, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC3AF is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 175 -
CMYK 0 0.04 0.14 0.2
HSL 41.38º 0.22% 0.74% -
HSV(B) 41.38º 0.14% 0.8% -
XYZ 52.15 54.96 48.42 -
YUV 195.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 204 195 175 0 0.04 0.14 0.2 41.38 0.22 0.74
Hex CC C3 AF 0 4 E 14 29 16 4A
Octal 314 303 257 0 4 16 24 51 26 112
Binary 11001100 11000011 10101111 0 100 1110 10100 101001 10110 1001010

Color Harmonies of #CCC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3AF

Black with #CCC3AF

Text Example


Text Example

White with #CCC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3AF; }

 p { color: rgb(204,195,175); }

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

background-color css

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

 a { background-color: rgb(204,195,175); }

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

border-color css

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

 span { border-color: rgb(204,195,175); }

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