Html Css Color HEX #CCBC83 Yuma

📋 copy color: '#CCBC83'

red 204 ◦ green 188 ◦ blue 131

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

Shades of Yuma #CCBC83

Tints of Yuma #CCBC83

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.95%

 BLUE value IS 131 (51.56% from 255) = 25.05%

R = 39.01%
G = 35.95%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CCBC83 (or 0xCCBC83) is known color: Yuma. HEX triplet: CC, BC and 83. RGB value is (204,188,131). Sum of RGB (Red+Green+Blue) = 204+188+131=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC83 is #33437C. Grayscale: #BABABA. Windows color (decimal): -3359613 or 8633548. OLE color: 8633548.

HSL color Cylindrical-coordinate representation of color #CCBC83: hue angle of 46.85º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CCBC83 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 131 -
CMYK 0 0.08 0.36 0.2
HSL 46.85º 0.42% 0.66% -
HSV(B) 46.85º 0.36% 0.8% -
XYZ 46.98 50.44 28.73 -
YUV 186.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 204 188 131 0 0.08 0.36 0.2 46.85 0.42 0.66
Hex CC BC 83 0 8 24 14 2F 2A 42
Octal 314 274 203 0 10 44 24 57 52 102
Binary 11001100 10111100 10000011 0 1000 100100 10100 101111 101010 1000010

Color Harmonies of #CCBC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC83

Black with #CCBC83

Text Example


Text Example

White with #CCBC83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC83; }

 p { color: rgb(204,188,131); }

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

background-color css

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

 a { background-color: rgb(204,188,131); }

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

border-color css

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

 span { border-color: rgb(204,188,131); }

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