Html Css Color HEX #CCBA71 Putty

📋 copy color: '#CCBA71'

red 204 ◦ green 186 ◦ blue 113

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

Shades of Putty #CCBA71

Tints of Putty #CCBA71

RGB

 RED value IS 204 (80.08% from 255) = 40.56%

 GREEN value IS 186 (73.05% from 255) = 36.98%

 BLUE value IS 113 (44.53% from 255) = 22.47%

R = 40.56%
G = 36.98%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.45

 K value IS 0.2

RGB Variations

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

Color information

#CCBA71 (or 0xCCBA71) is known color: Putty. HEX triplet: CC, BA and 71. RGB value is (204,186,113). Sum of RGB (Red+Green+Blue) = 204+186+113=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA71 is #33458E. Grayscale: #B7B7B7. Windows color (decimal): -3360143 or 7453388. OLE color: 7453388.

HSL color Cylindrical-coordinate representation of color #CCBA71: hue angle of 48.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCBA71 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 113 -
CMYK 0 0.09 0.45 0.2
HSL 48.13º 0.47% 0.62% -
HSV(B) 48.13º 0.45% 0.8% -
XYZ 45.44 49.15 22.71 -
YUV 183.06 88.46 142.94 -
System Red Green Blue C M Y K H S L
Decimal 204 186 113 0 0.09 0.45 0.2 48.13 0.47 0.62
Hex CC BA 71 0 9 2D 14 30 2F 3E
Octal 314 272 161 0 11 55 24 60 57 76
Binary 11001100 10111010 1110001 0 1001 101101 10100 110000 101111 111110

Color Harmonies of #CCBA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA71

Black with #CCBA71

Text Example


Text Example

White with #CCBA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA71; }

 p { color: rgb(204,186,113); }

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

background-color css

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

 a { background-color: rgb(204,186,113); }

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

border-color css

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

 span { border-color: rgb(204,186,113); }

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