Html Css Color HEX #CBAF6A Putty

📋 copy color: '#CBAF6A'

red 203 ◦ green 175 ◦ blue 106

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

Shades of Putty #CBAF6A

Tints of Putty #CBAF6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.9%

R = 41.94%
G = 36.16%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBAF6A (or 0xCBAF6A) is known color: Putty. HEX triplet: CB, AF and 6A. RGB value is (203,175,106). Sum of RGB (Red+Green+Blue) = 203+175+106=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 175 (68.75% from 255 or 36.16% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF6A is #345095. Grayscale: #AFAFAF. Windows color (decimal): -3428502 or 6991819. OLE color: 6991819.

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

Color convert

RGB 203 175 106 -
CMYK 0 0.14 0.48 0.20
HSL 42.68º 0.48% 0.61% -
HSV(B) 42.68º 0.48% 0.8% -
XYZ 42.56 44.4 19.96 -
YUV 175.51 88.78 147.61 -
System Red Green Blue C M Y K H S L
Decimal 203 175 106 0 0.14 0.48 0.20 42.68 0.48 0.61
Hex CB AF 6A 0 E 30 14 2B 30 3D
Octal 313 257 152 0 16 60 24 53 60 75
Binary 11001011 10101111 1101010 0 1110 110000 10100 101011 110000 111101

Color Harmonies of #CBAF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF6A

Black with #CBAF6A

Text Example


Text Example

White with #CBAF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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