Html Css Color HEX #CBAF7B Putty

📋 copy color: '#CBAF7B'

red 203 ◦ green 175 ◦ blue 123

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

Shades of Putty #CBAF7B

Tints of Putty #CBAF7B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.93%

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

R = 40.52%
G = 34.93%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.39

 K value IS 0.20

RGB Variations

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

Color information

#CBAF7B (or 0xCBAF7B) is known color: Putty. HEX triplet: CB, AF and 7B. RGB value is (203,175,123). Sum of RGB (Red+Green+Blue) = 203+175+123=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF7B is #345084. Grayscale: #B1B1B1. Windows color (decimal): -3428485 or 8105931. OLE color: 8105931.

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

Color convert

RGB 203 175 123 -
CMYK 0 0.14 0.39 0.20
HSL 39º 0.43% 0.64% -
HSV(B) 39º 0.39% 0.8% -
XYZ 43.53 44.79 25.09 -
YUV 177.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 203 175 123 0 0.14 0.39 0.20 39 0.43 0.64
Hex CB AF 7B 0 E 27 14 27 2B 40
Octal 313 257 173 0 16 47 24 47 53 100
Binary 11001011 10101111 1111011 0 1110 100111 10100 100111 101011 1000000

Color Harmonies of #CBAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF7B

Black with #CBAF7B

Text Example


Text Example

White with #CBAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF7B; }

 p { color: rgb(203,175,123); }

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

background-color css

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

 a { background-color: rgb(203,175,123); }

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

border-color css

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

 span { border-color: rgb(203,175,123); }

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