Html Css Color HEX #CCBA99 Sour Dough

📋 copy color: '#CCBA99'

red 204 ◦ green 186 ◦ blue 153

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

Shades of Sour Dough #CCBA99

Tints of Sour Dough #CCBA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 28.18%

R = 37.57%
G = 34.25%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCBA99 (or 0xCCBA99) is known color: Sour Dough. HEX triplet: CC, BA and 99. RGB value is (204,186,153). Sum of RGB (Red+Green+Blue) = 204+186+153=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 153 (60.16% from 255 or 28.18% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBA99 is #334566. Grayscale: #BBBBBB. Windows color (decimal): -3360103 or 10074828. OLE color: 10074828.

HSL color Cylindrical-coordinate representation of color #CCBA99: hue angle of 38.82º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBA99 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 186 153 -
CMYK 0 0.09 0.25 0.2
HSL 38.82º 0.33% 0.7% -
HSV(B) 38.82º 0.25% 0.8% -
XYZ 48.21 50.26 37.3 -
YUV 187.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 204 186 153 0 0.09 0.25 0.2 38.82 0.33 0.7
Hex CC BA 99 0 9 19 14 27 21 46
Octal 314 272 231 0 11 31 24 47 41 106
Binary 11001100 10111010 10011001 0 1001 11001 10100 100111 100001 1000110

Color Harmonies of #CCBA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBA99

Black with #CCBA99

Text Example


Text Example

White with #CCBA99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBA99; }

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

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

background-color css

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

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

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

border-color css

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

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

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