Html Css Color HEX #CCAF6B Putty

📋 copy color: '#CCAF6B'

red 204 ◦ green 175 ◦ blue 107

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

Shades of Putty #CCAF6B

Tints of Putty #CCAF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.02%

R = 41.98%
G = 36.01%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.2

RGB Variations

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

Color information

#CCAF6B (or 0xCCAF6B) is known color: Putty. HEX triplet: CC, AF and 6B. RGB value is (204,175,107). Sum of RGB (Red+Green+Blue) = 204+175+107=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 175 (68.75% from 255 or 36.01% from 486); Blue value is 107 (42.19% from 255 or 22.02% from 486); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCAF6B is #335094. Grayscale: #B0B0B0. Windows color (decimal): -3362965 or 7057356. OLE color: 7057356.

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

Color convert

RGB 204 175 107 -
CMYK 0 0.14 0.48 0.2
HSL 42.06º 0.49% 0.61% -
HSV(B) 42.06º 0.48% 0.8% -
XYZ 42.89 44.56 20.25 -
YUV 175.92 89.11 148.03 -
System Red Green Blue C M Y K H S L
Decimal 204 175 107 0 0.14 0.48 0.2 42.06 0.49 0.61
Hex CC AF 6B 0 E 30 14 2A 31 3D
Octal 314 257 153 0 16 60 24 52 61 75
Binary 11001100 10101111 1101011 0 1110 110000 10100 101010 110001 111101

Color Harmonies of #CCAF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCAF6B

Black with #CCAF6B

Text Example


Text Example

White with #CCAF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCAF6B; }

 p { color: rgb(204,175,107); }

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

background-color css

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

 a { background-color: rgb(204,175,107); }

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

border-color css

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

 span { border-color: rgb(204,175,107); }

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