Html Css Color HEX #CD8A70 Feldspar

📋 copy color: '#CD8A70'

red 205 ◦ green 138 ◦ blue 112

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

Shades of Feldspar #CD8A70

Tints of Feldspar #CD8A70

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.33%

 BLUE value IS 112 (44.14% from 255) = 24.62%

R = 45.05%
G = 30.33%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD8A70 (or 0xCD8A70) is known color: Feldspar. HEX triplet: CD, 8A and 70. RGB value is (205,138,112). Sum of RGB (Red+Green+Blue) = 205+138+112=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8A70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8A70 is #32758F. Grayscale: #9B9B9B. Windows color (decimal): -3306896 or 7375565. OLE color: 7375565.

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

Color convert

RGB 205 138 112 -
CMYK 0 0.33 0.45 0.20
HSL 16.77º 0.48% 0.62% -
HSV(B) 16.77º 0.45% 0.8% -
XYZ 37.19 32.33 19.61 -
YUV 155.07 103.7 163.61 -
System Red Green Blue C M Y K H S L
Decimal 205 138 112 0 0.33 0.45 0.20 16.77 0.48 0.62
Hex CD 8A 70 0 21 2D 14 11 30 3E
Octal 315 212 160 0 41 55 24 21 60 76
Binary 11001101 10001010 1110000 0 100001 101101 10100 10001 110000 111110

Color Harmonies of #CD8A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8A70

Black with #CD8A70

Text Example


Text Example

White with #CD8A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8A70; }

 p { color: rgb(205,138,112); }

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

background-color css

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

 a { background-color: rgb(205,138,112); }

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

border-color css

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

 span { border-color: rgb(205,138,112); }

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