Html Css Color HEX #CCB493 Sour Dough

📋 copy color: '#CCB493'

red 204 ◦ green 180 ◦ blue 147

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

Shades of Sour Dough #CCB493

Tints of Sour Dough #CCB493

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 38.42%
G = 33.9%
B = 27.68%

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

#CCB493 (or 0xCCB493) is known color: Sour Dough. HEX triplet: CC, B4 and 93. RGB value is (204,180,147). Sum of RGB (Red+Green+Blue) = 204+180+147=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB493 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB493 is #334B6C. Grayscale: #B7B7B7. Windows color (decimal): -3361645 or 9680076. OLE color: 9680076.

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

Color convert

RGB 204 180 147 -
CMYK 0 0.12 0.28 0.2
HSL 34.74º 0.36% 0.69% -
HSV(B) 34.74º 0.28% 0.8% -
XYZ 46.49 47.59 34.34 -
YUV 183.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 204 180 147 0 0.12 0.28 0.2 34.74 0.36 0.69
Hex CC B4 93 0 C 1C 14 23 24 45
Octal 314 264 223 0 14 34 24 43 44 105
Binary 11001100 10110100 10010011 0 1100 11100 10100 100011 100100 1000101

Color Harmonies of #CCB493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB493

Black with #CCB493

Text Example


Text Example

White with #CCB493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB493; }

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

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

background-color css

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

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

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

border-color css

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

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

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