Html Css Color HEX #CCB292 Tan

📋 copy color: '#CCB292'

red 204 ◦ green 178 ◦ blue 146

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

Shades of Tan #CCB292

Tints of Tan #CCB292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 27.65%

R = 38.64%
G = 33.71%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB292 (or 0xCCB292) is known color: Tan. HEX triplet: CC, B2 and 92. RGB value is (204,178,146). Sum of RGB (Red+Green+Blue) = 204+178+146=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB292 is #334D6D. Grayscale: #B6B6B6. Windows color (decimal): -3362158 or 9614028. OLE color: 9614028.

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

Color convert

RGB 204 178 146 -
CMYK 0 0.13 0.28 0.2
HSL 33.1º 0.36% 0.69% -
HSV(B) 33.1º 0.28% 0.8% -
XYZ 46.01 46.75 33.79 -
YUV 182.13 107.61 143.6 -
System Red Green Blue C M Y K H S L
Decimal 204 178 146 0 0.13 0.28 0.2 33.1 0.36 0.69
Hex CC B2 92 0 D 1C 14 21 24 45
Octal 314 262 222 0 15 34 24 41 44 105
Binary 11001100 10110010 10010010 0 1101 11100 10100 100001 100100 1000101

Color Harmonies of #CCB292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB292

Black with #CCB292

Text Example


Text Example

White with #CCB292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB292; }

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

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

background-color css

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

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

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

border-color css

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

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

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