Html Css Color HEX #CD967B Feldspar

📋 copy color: '#CD967B'

red 205 ◦ green 150 ◦ blue 123

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

Shades of Feldspar #CD967B

Tints of Feldspar #CD967B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.38%

 BLUE value IS 123 (48.44% from 255) = 25.73%

R = 42.89%
G = 31.38%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD967B (or 0xCD967B) is known color: Feldspar. HEX triplet: CD, 96 and 7B. RGB value is (205,150,123). Sum of RGB (Red+Green+Blue) = 205+150+123=478 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.89% from 478); Green value is 150 (58.98% from 255 or 31.38% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 205 - color contains mainly: red. Hex color #CD967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD967B is #326984. Grayscale: #A3A3A3. Windows color (decimal): -3303813 or 8099533. OLE color: 8099533.

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

Color convert

RGB 205 150 123 -
CMYK 0 0.27 0.4 0.20
HSL 19.76º 0.45% 0.64% -
HSV(B) 19.76º 0.4% 0.8% -
XYZ 39.66 36.22 23.64 -
YUV 163.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 205 150 123 0 0.27 0.4 0.20 19.76 0.45 0.64
Hex CD 96 7B 0 1B 28 14 14 2D 40
Octal 315 226 173 0 33 50 24 24 55 100
Binary 11001101 10010110 1111011 0 11011 101000 10100 10100 101101 1000000

Color Harmonies of #CD967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD967B

Black with #CD967B

Text Example


Text Example

White with #CD967B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD967B; }

 p { color: rgb(205,150,123); }

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

background-color css

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

 a { background-color: rgb(205,150,123); }

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

border-color css

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

 span { border-color: rgb(205,150,123); }

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