Html Css Color HEX #CD8C6B Feldspar

📋 copy color: '#CD8C6B'

red 205 ◦ green 140 ◦ blue 107

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

Shades of Feldspar #CD8C6B

Tints of Feldspar #CD8C6B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.97%

 BLUE value IS 107 (42.19% from 255) = 23.67%

R = 45.35%
G = 30.97%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD8C6B (or 0xCD8C6B) is known color: Feldspar. HEX triplet: CD, 8C and 6B. RGB value is (205,140,107). Sum of RGB (Red+Green+Blue) = 205+140+107=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8C6B is #327394. Grayscale: #9B9B9B. Windows color (decimal): -3306389 or 7048397. OLE color: 7048397.

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

Color convert

RGB 205 140 107 -
CMYK 0 0.32 0.48 0.20
HSL 20.2º 0.49% 0.61% -
HSV(B) 20.2º 0.48% 0.8% -
XYZ 37.21 32.8 18.28 -
YUV 155.67 100.53 163.18 -
System Red Green Blue C M Y K H S L
Decimal 205 140 107 0 0.32 0.48 0.20 20.2 0.49 0.61
Hex CD 8C 6B 0 20 30 14 14 31 3D
Octal 315 214 153 0 40 60 24 24 61 75
Binary 11001101 10001100 1101011 0 100000 110000 10100 10100 110001 111101

Color Harmonies of #CD8C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C6B

Black with #CD8C6B

Text Example


Text Example

White with #CD8C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C6B; }

 p { color: rgb(205,140,107); }

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

background-color css

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

 a { background-color: rgb(205,140,107); }

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

border-color css

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

 span { border-color: rgb(205,140,107); }

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