Html Css Color HEX #CCB2AF Cold Turkey

📋 copy color: '#CCB2AF'

red 204 ◦ green 178 ◦ blue 175

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

Shades of Cold Turkey #CCB2AF

Tints of Cold Turkey #CCB2AF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.96%

 BLUE value IS 175 (68.75% from 255) = 31.42%

R = 36.62%
G = 31.96%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#CCB2AF (or 0xCCB2AF) is known color: Cold Turkey. HEX triplet: CC, B2 and AF. RGB value is (204,178,175). Sum of RGB (Red+Green+Blue) = 204+178+175=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AF is #334D50. Grayscale: #B9B9B9. Windows color (decimal): -3362129 or 11514572. OLE color: 11514572.

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

Color convert

RGB 204 178 175 -
CMYK 0 0.13 0.14 0.2
HSL 6.21º 0.22% 0.74% -
HSV(B) 6.21º 0.14% 0.8% -
XYZ 48.56 47.77 47.22 -
YUV 185.43 122.11 141.24 -
System Red Green Blue C M Y K H S L
Decimal 204 178 175 0 0.13 0.14 0.2 6.21 0.22 0.74
Hex CC B2 AF 0 D E 14 6 16 4A
Octal 314 262 257 0 15 16 24 6 26 112
Binary 11001100 10110010 10101111 0 1101 1110 10100 110 10110 1001010

Color Harmonies of #CCB2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2AF

Black with #CCB2AF

Text Example


Text Example

White with #CCB2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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