Html Css Color HEX #CBB474 Putty

📋 copy color: '#CBB474'

red 203 ◦ green 180 ◦ blue 116

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

Shades of Putty #CBB474

Tints of Putty #CBB474

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.07%

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 40.68%
G = 36.07%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CBB474 (or 0xCBB474) is known color: Putty. HEX triplet: CB, B4 and 74. RGB value is (203,180,116). Sum of RGB (Red+Green+Blue) = 203+180+116=499 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.68% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBB474 is #344B8B. Grayscale: #B3B3B3. Windows color (decimal): -3427212 or 7648459. OLE color: 7648459.

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

Color convert

RGB 203 180 116 -
CMYK 0 0.11 0.43 0.20
HSL 44.14º 0.46% 0.63% -
HSV(B) 44.14º 0.43% 0.8% -
XYZ 44.1 46.6 23.19 -
YUV 179.58 92.12 144.7 -
System Red Green Blue C M Y K H S L
Decimal 203 180 116 0 0.11 0.43 0.20 44.14 0.46 0.63
Hex CB B4 74 0 B 2B 14 2C 2E 3F
Octal 313 264 164 0 13 53 24 54 56 77
Binary 11001011 10110100 1110100 0 1011 101011 10100 101100 101110 111111

Color Harmonies of #CBB474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB474

Black with #CBB474

Text Example


Text Example

White with #CBB474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB474; }

 p { color: rgb(203,180,116); }

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

background-color css

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

 a { background-color: rgb(203,180,116); }

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

border-color css

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

 span { border-color: rgb(203,180,116); }

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