Html Css Color HEX #CDC6B4 Parchment

📋 copy color: '#CDC6B4'

red 205 ◦ green 198 ◦ blue 180

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

Shades of Parchment #CDC6B4

Tints of Parchment #CDC6B4

RGB

 RED value IS 205 (80.47% from 255) = 35.16%

 GREEN value IS 198 (77.73% from 255) = 33.96%

 BLUE value IS 180 (70.7% from 255) = 30.87%

R = 35.16%
G = 33.96%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.20

RGB Variations

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

Color information

#CDC6B4 (or 0xCDC6B4) is known color: Parchment. HEX triplet: CD, C6 and B4. RGB value is (205,198,180). Sum of RGB (Red+Green+Blue) = 205+198+180=583 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.16% from 583); Green value is 198 (77.73% from 255 or 33.96% from 583); Blue value is 180 (70.70% from 255 or 30.87% from 583); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC6B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6B4 is #32394B. Grayscale: #C6C6C6. Windows color (decimal): -3291468 or 11847373. OLE color: 11847373.

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

Color convert

RGB 205 198 180 -
CMYK 0 0.03 0.12 0.20
HSL 43.2º 0.2% 0.75% -
HSV(B) 43.2º 0.12% 0.8% -
XYZ 53.61 56.66 51.29 -
YUV 198.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 205 198 180 0 0.03 0.12 0.20 43.2 0.2 0.75
Hex CD C6 B4 0 3 C 14 2B 14 4B
Octal 315 306 264 0 3 14 24 53 24 113
Binary 11001101 11000110 10110100 0 11 1100 10100 101011 10100 1001011

Color Harmonies of #CDC6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC6B4

Black with #CDC6B4

Text Example


Text Example

White with #CDC6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC6B4; }

 p { color: rgb(205,198,180); }

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

background-color css

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

 a { background-color: rgb(205,198,180); }

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

border-color css

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

 span { border-color: rgb(205,198,180); }

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