Html Css Color HEX #CCCDB3 Orinoco

📋 copy color: '#CCCDB3'

red 204 ◦ green 205 ◦ blue 179

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

Shades of Orinoco #CCCDB3

Tints of Orinoco #CCCDB3

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.86%

 BLUE value IS 179 (70.31% from 255) = 30.44%

R = 34.69%
G = 34.86%
B = 30.44%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CCCDB3 (or 0xCCCDB3) is known color: Orinoco. HEX triplet: CC, CD and B3. RGB value is (204,205,179). Sum of RGB (Red+Green+Blue) = 204+205+179=588 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.69% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 179 (70.31% from 255 or 30.44% from 588); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDB3 is #33324C. Grayscale: #C9C9C9. Windows color (decimal): -3355213 or 11783628. OLE color: 11783628.

HSL color Cylindrical-coordinate representation of color #CCCDB3: hue angle of 62.31º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCCDB3 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 179 -
CMYK 0.00 0 0.13 0.20
HSL 62.31º 0.21% 0.75% -
HSV(B) 62.31º 0.13% 0.8% -
XYZ 54.87 59.75 51.29 -
YUV 201.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 204 205 179 0.00 0 0.13 0.20 62.31 0.21 0.75
Hex CC CD B3 0 0 D 14 3E 15 4B
Octal 314 315 263 0 0 15 24 76 25 113
Binary 11001100 11001101 10110011 0 0 1101 10100 111110 10101 1001011

Color Harmonies of #CCCDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDB3

Black with #CCCDB3

Text Example


Text Example

White with #CCCDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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