Html Css Color HEX #CCBA93 Sour Dough

📋 copy color: '#CCBA93'

red 204 ◦ green 186 ◦ blue 147

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

Shades of Sour Dough #CCBA93

Tints of Sour Dough #CCBA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 27.37%

R = 37.99%
G = 34.64%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCBA93 (or 0xCCBA93) is known color: Sour Dough. HEX triplet: CC, BA and 93. RGB value is (204,186,147). Sum of RGB (Red+Green+Blue) = 204+186+147=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 147 (57.81% from 255 or 27.37% from 537); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA93 is #33456C. Grayscale: #BBBBBB. Windows color (decimal): -3360109 or 9681612. OLE color: 9681612.

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

Color convert

RGB 204 186 147 -
CMYK 0 0.09 0.28 0.2
HSL 41.05º 0.36% 0.69% -
HSV(B) 41.05º 0.28% 0.8% -
XYZ 47.73 50.06 34.75 -
YUV 186.94 105.46 140.17 -
System Red Green Blue C M Y K H S L
Decimal 204 186 147 0 0.09 0.28 0.2 41.05 0.36 0.69
Hex CC BA 93 0 9 1C 14 29 24 45
Octal 314 272 223 0 11 34 24 51 44 105
Binary 11001100 10111010 10010011 0 1001 11100 10100 101001 100100 1000101

Color Harmonies of #CCBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA93

Black with #CCBA93

Text Example


Text Example

White with #CCBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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