Html Css Color HEX #CBB069 Putty

📋 copy color: '#CBB069'

red 203 ◦ green 176 ◦ blue 105

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

Shades of Putty #CBB069

Tints of Putty #CBB069

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.36%

 BLUE value IS 105 (41.41% from 255) = 21.69%

R = 41.94%
G = 36.36%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CBB069 (or 0xCBB069) is known color: Putty. HEX triplet: CB, B0 and 69. RGB value is (203,176,105). Sum of RGB (Red+Green+Blue) = 203+176+105=484 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.94% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CBB069 is #344F96. Grayscale: #B0B0B0. Windows color (decimal): -3428247 or 6926539. OLE color: 6926539.

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

Color convert

RGB 203 176 105 -
CMYK 0 0.13 0.48 0.20
HSL 43.47º 0.49% 0.6% -
HSV(B) 43.47º 0.48% 0.8% -
XYZ 42.7 44.77 19.75 -
YUV 175.98 87.95 147.27 -
System Red Green Blue C M Y K H S L
Decimal 203 176 105 0 0.13 0.48 0.20 43.47 0.49 0.6
Hex CB B0 69 0 D 30 14 2B 31 3C
Octal 313 260 151 0 15 60 24 53 61 74
Binary 11001011 10110000 1101001 0 1101 110000 10100 101011 110001 111100

Color Harmonies of #CBB069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBB069

Black with #CBB069

Text Example


Text Example

White with #CBB069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBB069; }

 p { color: rgb(203,176,105); }

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

background-color css

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

 a { background-color: rgb(203,176,105); }

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

border-color css

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

 span { border-color: rgb(203,176,105); }

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