Html Css Color HEX #CCB78A Tan

📋 copy color: '#CCB78A'

red 204 ◦ green 183 ◦ blue 138

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

Shades of Tan #CCB78A

Tints of Tan #CCB78A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

 BLUE value IS 138 (54.3% from 255) = 26.29%

R = 38.86%
G = 34.86%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#CCB78A (or 0xCCB78A) is known color: Tan. HEX triplet: CC, B7 and 8A. RGB value is (204,183,138). Sum of RGB (Red+Green+Blue) = 204+183+138=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB78A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB78A is #334875. Grayscale: #B8B8B8. Windows color (decimal): -3360886 or 9091020. OLE color: 9091020.

HSL color Cylindrical-coordinate representation of color #CCB78A: hue angle of 40.91º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCB78A is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 183 138 -
CMYK 0 0.10 0.32 0.2
HSL 40.91º 0.39% 0.67% -
HSV(B) 40.91º 0.32% 0.8% -
XYZ 46.42 48.54 30.97 -
YUV 184.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 204 183 138 0 0.10 0.32 0.2 40.91 0.39 0.67
Hex CC B7 8A 0 A 20 14 29 27 43
Octal 314 267 212 0 12 40 24 51 47 103
Binary 11001100 10110111 10001010 0 1010 100000 10100 101001 100111 1000011

Color Harmonies of #CCB78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB78A

Black with #CCB78A

Text Example


Text Example

White with #CCB78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB78A; }

 p { color: rgb(204,183,138); }

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

background-color css

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

 a { background-color: rgb(204,183,138); }

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

border-color css

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

 span { border-color: rgb(204,183,138); }

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