Html Css Color HEX #CB9A7A Feldspar

📋 copy color: '#CB9A7A'

red 203 ◦ green 154 ◦ blue 122

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

Shades of Feldspar #CB9A7A

Tints of Feldspar #CB9A7A

RGB

 RED value IS 203 (79.69% from 255) = 42.38%

 GREEN value IS 154 (60.55% from 255) = 32.15%

 BLUE value IS 122 (48.05% from 255) = 25.47%

R = 42.38%
G = 32.15%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.40

 K value IS 0.20

RGB Variations

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

Color information

#CB9A7A (or 0xCB9A7A) is known color: Feldspar. HEX triplet: CB, 9A and 7A. RGB value is (203,154,122). Sum of RGB (Red+Green+Blue) = 203+154+122=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9A7A is #346585. Grayscale: #A5A5A5. Windows color (decimal): -3433862 or 8035019. OLE color: 8035019.

HSL color Cylindrical-coordinate representation of color #CB9A7A: hue angle of 23.7º degrees, saturation: 0.44, 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 #CB9A7A is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 154 122 -
CMYK 0 0.24 0.40 0.20
HSL 23.7º 0.44% 0.64% -
HSV(B) 23.7º 0.4% 0.8% -
XYZ 39.7 37.21 23.5 -
YUV 165 103.73 155.1 -
System Red Green Blue C M Y K H S L
Decimal 203 154 122 0 0.24 0.40 0.20 23.7 0.44 0.64
Hex CB 9A 7A 0 18 28 14 18 2C 40
Octal 313 232 172 0 30 50 24 30 54 100
Binary 11001011 10011010 1111010 0 11000 101000 10100 11000 101100 1000000

Color Harmonies of #CB9A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9A7A

Black with #CB9A7A

Text Example


Text Example

White with #CB9A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9A7A; }

 p { color: rgb(203,154,122); }

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

background-color css

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

 a { background-color: rgb(203,154,122); }

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

border-color css

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

 span { border-color: rgb(203,154,122); }

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