Html Css Color HEX #CBAF6C Putty

📋 copy color: '#CBAF6C'

red 203 ◦ green 175 ◦ blue 108

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

Shades of Putty #CBAF6C

Tints of Putty #CBAF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.22%

R = 41.77%
G = 36.01%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CBAF6C (or 0xCBAF6C) is known color: Putty. HEX triplet: CB, AF and 6C. RGB value is (203,175,108). Sum of RGB (Red+Green+Blue) = 203+175+108=486 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.77% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBAF6C is #345093. Grayscale: #B0B0B0. Windows color (decimal): -3428500 or 7122891. OLE color: 7122891.

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

Color convert

RGB 203 175 108 -
CMYK 0 0.14 0.47 0.20
HSL 42.32º 0.48% 0.61% -
HSV(B) 42.32º 0.47% 0.8% -
XYZ 42.67 44.44 20.52 -
YUV 175.73 89.78 147.45 -
System Red Green Blue C M Y K H S L
Decimal 203 175 108 0 0.14 0.47 0.20 42.32 0.48 0.61
Hex CB AF 6C 0 E 2F 14 2A 30 3D
Octal 313 257 154 0 16 57 24 52 60 75
Binary 11001011 10101111 1101100 0 1110 101111 10100 101010 110000 111101

Color Harmonies of #CBAF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBAF6C

Black with #CBAF6C

Text Example


Text Example

White with #CBAF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBAF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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