Html Css Color HEX #CCBA70 Putty

📋 copy color: '#CCBA70'

red 204 ◦ green 186 ◦ blue 112

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

Shades of Putty #CCBA70

Tints of Putty #CCBA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.31%

R = 40.64%
G = 37.05%
B = 22.31%

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

#CCBA70 (or 0xCCBA70) is known color: Putty. HEX triplet: CC, BA and 70. RGB value is (204,186,112). Sum of RGB (Red+Green+Blue) = 204+186+112=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBA70 is #33458F. Grayscale: #B7B7B7. Windows color (decimal): -3360144 or 7387852. OLE color: 7387852.

HSL color Cylindrical-coordinate representation of color #CCBA70: hue angle of 48.26º 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 #CCBA70 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 112 -
CMYK 0 0.09 0.45 0.2
HSL 48.26º 0.47% 0.62% -
HSV(B) 48.26º 0.45% 0.8% -
XYZ 45.39 49.13 22.42 -
YUV 182.95 87.96 143.02 -
System Red Green Blue C M Y K H S L
Decimal 204 186 112 0 0.09 0.45 0.2 48.26 0.47 0.62
Hex CC BA 70 0 9 2D 14 30 2F 3E
Octal 314 272 160 0 11 55 24 60 57 76
Binary 11001100 10111010 1110000 0 1001 101101 10100 110000 101111 111110

Color Harmonies of #CCBA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA70

Black with #CCBA70

Text Example


Text Example

White with #CCBA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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