Html Css Color HEX #CCB393 Sour Dough

📋 copy color: '#CCB393'

red 204 ◦ green 179 ◦ blue 147

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

Shades of Sour Dough #CCB393

Tints of Sour Dough #CCB393

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.77%

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

R = 38.49%
G = 33.77%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CCB393 (or 0xCCB393) is known color: Sour Dough. HEX triplet: CC, B3 and 93. RGB value is (204,179,147). Sum of RGB (Red+Green+Blue) = 204+179+147=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB393 is #334C6C. Grayscale: #B6B6B6. Windows color (decimal): -3361901 or 9679820. OLE color: 9679820.

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

Color convert

RGB 204 179 147 -
CMYK 0 0.12 0.28 0.2
HSL 33.68º 0.36% 0.69% -
HSV(B) 33.68º 0.28% 0.8% -
XYZ 46.29 47.18 34.27 -
YUV 182.83 107.78 143.1 -
System Red Green Blue C M Y K H S L
Decimal 204 179 147 0 0.12 0.28 0.2 33.68 0.36 0.69
Hex CC B3 93 0 C 1C 14 22 24 45
Octal 314 263 223 0 14 34 24 42 44 105
Binary 11001100 10110011 10010011 0 1100 11100 10100 100010 100100 1000101

Color Harmonies of #CCB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB393

Black with #CCB393

Text Example


Text Example

White with #CCB393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB393; }

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

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

background-color css

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

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

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

border-color css

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

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

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